diff options
author | thomascube <thomas@roundcube.net> | 2012-01-02 14:56:36 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-02 14:56:36 +0000 |
commit | 4deb1ef68508dd48e57f4b57a367b564ecb7ec87 (patch) | |
tree | 43e413ca5687d31afdbbbe5fa6e456d3e5ee05eb /program/localization/en_US | |
parent | 7c2a9310c4104f51fcf56379dcc3511fa5bfae2d (diff) |
Use new short labels for compose toolbar buttons
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1614b0047..84582e0d8 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -213,10 +213,12 @@ $labels['mailreplyintro'] = 'On $date, $sender wrote:'; $labels['originalmessage'] = 'Original Message'; $labels['editidents'] = 'Edit identities'; +$labels['spellcheck'] = 'Spell'; $labels['checkspelling'] = 'Check spelling'; $labels['resumeediting'] = 'Resume editing'; $labels['revertto'] = 'Revert to'; +$labels['attach'] = 'Attach'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; $labels['uploadprogress'] = '$percent ($current from $total)'; |