diff options
author | thomascube <thomas@roundcube.net> | 2009-06-14 16:49:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-06-14 16:49:18 +0000 |
commit | 921270dfcbc8dc0a515782e8aafed08bae865df2 (patch) | |
tree | 3532118767736eff8ba63528bf9db965d7f52c97 /program/localization/en_US | |
parent | bddf5d09a068bbe3a03863731b525c5277fca879 (diff) |
Icon and better naming for message-edit function
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 8cf819e9c..c3181b2d6 100644 --- a/program/localization/en_US/labels.inc +++ b/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'; |