diff options
author | thomascube <thomas@roundcube.net> | 2006-01-20 00:11:37 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-20 00:11:37 +0000 |
commit | a85b1cb78d13b7bbe30f2ab0fcc8e9939b05ae4a (patch) | |
tree | 4c7b40fa38a83faacd40e872a21d5463dedf297e /program/localization/en_US/messages.inc | |
parent | 83dbb7a8a5595addead6c50fb5ba411a6d3dfe7b (diff) |
corrected funny typo
Diffstat (limited to 'program/localization/en_US/messages.inc')
-rw-r--r-- | program/localization/en_US/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 37b716267..d0a078e59 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -28,7 +28,7 @@ $messages['imaperror'] = 'Connection to IMAP server failed'; $messages['nomessagesfound'] = 'No messages found in this mailbox'; -$messages['loggedout'] = 'You have successfully terminated the session. Goody bye!'; +$messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; $messages['mailboxempty'] = 'Mailbox is empty'; |