1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 10:52:17 -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) {
$scope.state.dialog = {
open: true,
title: 'Remove permanently?',
message: 'Do you want to remove this message permanently?',
title: 'Delete',
message: 'Delete this message permanently?',
callback: function(ok) {
$scope.state.dialog.open = false;