diff options
author | alecpl <alec@alec.pl> | 2008-09-14 08:34:11 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-14 08:34:11 +0000 |
commit | 3bd94b142eb00024eeb52c0e3f4a9f61bed4f3f9 (patch) | |
tree | 9fafe145993e5afbf5cbe962c16c4517da39653f /program/localization/en_GB | |
parent | 14c5b8e1323c029a17abc4ead8999d508c86ac5b (diff) |
- use html2text for signatures in Settings/Identities
Diffstat (limited to 'program/localization/en_GB')
-rw-r--r-- | program/localization/en_GB/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index 8ee5d8e24..255aac35e 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -66,7 +66,7 @@ $messages['checking'] = 'Checking...'; $messages['nospellerrors'] = 'No spelling errors found'; $messages['folderdeleted'] = 'Folder successfully deleted'; $messages['deletedsuccessfully'] = 'Successfully deleted'; -$messages['converting'] = 'Removing formatting from message...'; +$messages['converting'] = 'Removing formatting...'; $messages['messageopenerror'] = 'Could not load message from server'; $messages['fileuploaderror'] = 'File upload failed'; $messages['filesizeerror'] = 'The uploaded file exceeds the maximum size of $size'; |