diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-11-17 17:01:37 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-11-17 17:01:37 +0100 |
commit | d20e965c48565fecff9562155951cd89c0c8a4e3 (patch) | |
tree | 636a0cd26a63798419a3b2bcebcdcf3216302d87 /program/localization/en_US | |
parent | 8fb4f05725b90bee03aaf284adb21818789a15c0 (diff) |
Improve thumbnail display: center images and display a 'show' link for attachments the browser is capable to display them
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 4dbe9f9a1..44a5a3d99 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -63,6 +63,7 @@ $labels['copy'] = 'Copy'; $labels['move'] = 'Move'; $labels['moveto'] = 'Move to...'; $labels['download'] = 'Download'; +$labels['showattachment'] = 'Show'; $labels['filename'] = 'File name'; $labels['filesize'] = 'File size'; |