diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-09 18:49:23 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-09-09 18:49:23 +0000 |
| commit | 9071f383cb84e06fafbe1f2fc1d7a317fda84571 (patch) | |
| tree | 7f60076ef61eceee261fe652f1343a9b32e4a3ad /roundcubemail/program/localization/en_US | |
| parent | c3bf4d795bba4dd5f2d2f4345a9b3f8268299efe (diff) | |
Fixed wrong delete button tooltip (#1483965)
git-svn-id: https://svn.roundcube.net/trunk@789 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/en_US')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 201af0bd5..adf8f29da 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -96,7 +96,8 @@ $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; $labels['replytoallmessage'] = 'Reply to sender and all recipients'; $labels['forwardmessage'] = 'Forward the message'; -$labels['deletemessage'] = 'Move message to trash'; +$labels['deletemessage'] = 'Delete message'; +$labels['movemessagetotrash'] = 'Move message to trash'; $labels['printmessage'] = 'Print this message'; $labels['previousmessage'] = 'Show the previous message'; $labels['previousmessages'] = 'Show previous set of messages'; |
