diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-14 16:49:18 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-14 16:49:18 +0000 |
| commit | 1705867346b2dbc48ca34f9ac04cff73405a72ba (patch) | |
| tree | 7e5289c490304a0c3aff34d4c33b7c9eb56c8eb9 /roundcubemail/program/localization/en_US | |
| parent | ddeed89434177a183af9ac09b02415542d184f92 (diff) | |
Icon and better naming for message-edit function
git-svn-id: https://svn.roundcube.net/trunk@2642 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 8cf819e9c..c3181b2d6 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -168,10 +168,11 @@ $labels['searchmod'] = 'Search modifiers'; $labels['msgtext'] = 'Entire message'; $labels['openinextwin'] = 'Open in new window'; -$labels['emlsave'] = 'Save (.eml)'; +$labels['emlsave'] = 'Download (.eml)'; // message compose $labels['compose'] = 'Compose a message'; +$labels['editasnew'] = 'Edit as new'; $labels['savemessage'] = 'Save this draft'; $labels['sendmessage'] = 'Send now'; $labels['addattachment'] = 'Attach a file'; |
