diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-10-20 18:22:08 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-10-20 18:22:08 +0200 |
commit | bc615988fea001a6fab97127c95056fa7904cc6e (patch) | |
tree | 4551c09cba822a78272397ed0b58ac0a1e012a07 /program/localization | |
parent | 0768134de16b1c75a1908da09f58cd627f2330b0 (diff) |
Short text label in en_GB
Diffstat (limited to 'program/localization')
-rw-r--r-- | program/localization/en_GB/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index cb9c25c97..4129fba63 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -95,7 +95,7 @@ $labels['longdec'] = 'December'; $labels['today'] = 'Today'; $labels['refresh'] = 'Refresh'; $labels['checkmail'] = 'Check for new messages'; -$labels['compose'] = 'Compose a message'; +$labels['compose'] = 'Compose'; $labels['writenewmessage'] = 'Create a new message'; $labels['reply'] = 'Reply'; $labels['replytomessage'] = 'Reply to sender'; |