diff options
| author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 00:49:05 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-03-12 00:49:05 +0000 |
| commit | 6dceadb16492fe349af53be9d3d4cc144e1f4ffa (patch) | |
| tree | b027815d34e901d7ad2730a3b6a072139ae1660c /roundcubemail/program | |
| parent | 6968ba73c6887f0a5db55bb7620ce1fc70aa6374 (diff) | |
Removed image buttons from message view and replaced with textual button.
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index bc250100e..0dca19737 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -180,6 +180,7 @@ $labels['buttonbarforward'] = 'Forward'; $labels['buttonbarmove'] = 'Move'; $labels['buttonbarcopy'] = 'Copy'; $labels['buttonbarnotspam'] = 'Not Spam'; +$labels['buttonviewsource'] = 'Source'; $labels['archivemessages'] = 'Move to archives folder'; $labels['movemessages'] = 'Move to selected folder'; |
