diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 01:49:57 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 01:49:57 +0000 |
| commit | 2dfa10442e4eb437375eced99b500129d5160b04 (patch) | |
| tree | ebf5a940994deabd5559217677219999ba338f55 /roundcubemail/program | |
| parent | 6dceadb16492fe349af53be9d3d4cc144e1f4ffa (diff) | |
Replaced image buttons on compose screen with texual buttons.
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index 0dca19737..ad4fd8b9c 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -180,7 +180,10 @@ $labels['buttonbarforward'] = 'Forward'; $labels['buttonbarmove'] = 'Move'; $labels['buttonbarcopy'] = 'Copy'; $labels['buttonbarnotspam'] = 'Not Spam'; -$labels['buttonviewsource'] = 'Source'; +$labels['buttonbarviewsource'] = 'Source'; +$labels['buttonbarback'] = 'Back'; +$labels['buttonbarsend'] = 'Send'; +$labels['buttonbarspellcheck'] = 'Spellcheck'; $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; |
