diff options
author | alecpl <alec@alec.pl> | 2008-05-10 14:48:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-05-10 14:48:18 +0000 |
commit | 2710462290d626f987af2c40c620c60b89878a52 (patch) | |
tree | 6edd6c3c0bce8cf10d5a2fbaebd052347a195334 /program/localization/en_GB | |
parent | 9d9f8dc83416cb493cfab94e1008af847abe6a41 (diff) |
- small localization fixes (#1484895)
Diffstat (limited to 'program/localization/en_GB')
-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 ba4926f15..75ffea521 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['checkmail'] = 'Check for new messages'; $labels['writenewmessage'] = 'Create a new message'; -$labels['replytomessage'] = 'Reply to the message'; +$labels['replytomessage'] = 'Reply to sender'; $labels['replytoallmessage'] = 'Reply to sender and all recipients'; $labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Delete message'; |