diff options
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'; |
