1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 19:02:20 -05:00

change strings

This commit is contained in:
Tankred Hase 2013-11-11 16:22:30 +01:00
parent c397210c24
commit 644b9757ee

View File

@ -112,8 +112,8 @@ define(function(require) {
if (getFolder() === trashFolder) { if (getFolder() === trashFolder) {
$scope.state.dialog = { $scope.state.dialog = {
open: true, open: true,
title: 'Remove permanently?', title: 'Delete',
message: 'Do you want to remove this message permanently?', message: 'Delete this message permanently?',
callback: function(ok) { callback: function(ok) {
$scope.state.dialog.open = false; $scope.state.dialog.open = false;