diff options
author | alecpl <alec@alec.pl> | 2008-08-13 17:00:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-08-13 17:00:35 +0000 |
commit | 9a5762a4de13a23a45ac9b85ff475aaf877cf906 (patch) | |
tree | 455bdb1323e1264c4a7936369570e803665b2a8c /program/localization/en_GB/messages.inc | |
parent | 7c2d30b2e106a23fe2ab295f7dc2e628e4d828bb (diff) |
#1485242: better handling of situation when message was sent successfully but cannot be saved
Diffstat (limited to 'program/localization/en_GB/messages.inc')
-rw-r--r-- | program/localization/en_GB/messages.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index c763d0126..8ee5d8e24 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -40,6 +40,7 @@ $messages['encryptedmessage'] = 'This is an encrypted message and can not be dis $messages['nocontactsfound'] = 'No contacts found'; $messages['contactnotfound'] = 'The requested contact was not found'; $messages['sendingfailed'] = 'Failed to send message'; +$messages['errorsavingsent'] = 'An error occured while saving sent message'; $messages['errorsaving'] = 'An error occured while saving'; $messages['errormoving'] = 'Could not move the message'; $messages['errordeleting'] = 'Could not delete the message'; |