diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-20 00:11:37 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-20 00:11:37 +0000 |
| commit | 17955675c65014bc1bbae7150ca3d04a7a23cdc9 (patch) | |
| tree | 4eb43ee011795484beb7986f32d482c37974b639 | |
| parent | 8e77649026fc8525795e6502607e46cf69c25d3f (diff) | |
corrected funny typo
git-svn-id: https://svn.roundcube.net/trunk@115 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/en_US/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/en_US/messages.inc b/roundcubemail/program/localization/en_US/messages.inc index 37b716267..d0a078e59 100644 --- a/roundcubemail/program/localization/en_US/messages.inc +++ b/roundcubemail/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'; |
