From b1ea91c161a8089bc65d1cdb9e94a4eb26063cc1 Mon Sep 17 00:00:00 2001 From: Graymanflo Date: Fri, 11 May 2018 12:26:42 +0200 Subject: [PATCH] Fix typo in English translations. (#6287) --- program/localization/en_CA/messages.inc | 2 +- program/localization/en_GB/messages.inc | 2 +- program/localization/en_US/messages.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/program/localization/en_CA/messages.inc b/program/localization/en_CA/messages.inc index 093930edf..70cf9b5e3 100644 --- a/program/localization/en_CA/messages.inc +++ b/program/localization/en_CA/messages.inc @@ -32,7 +32,7 @@ $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete $messages['invalidrequest'] = 'Invalid request! No data was saved.'; $messages['invalidhost'] = 'Invalid server name.'; $messages['nomessagesfound'] = 'No messages found in this mailbox.'; -$messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; +$messages['loggedout'] = 'You have successfully terminated the session. Goodbye!'; $messages['mailboxempty'] = 'Mailbox is empty'; $messages['nomessages'] = 'No messages'; $messages['refreshing'] = 'Refreshing...'; diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index d0079dc18..e7d4d507d 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -34,7 +34,7 @@ $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete $messages['invalidrequest'] = 'Invalid request! No data was saved.'; $messages['invalidhost'] = 'Invalid server name.'; $messages['nomessagesfound'] = 'No messages found in this mailbox.'; -$messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; +$messages['loggedout'] = 'You have successfully terminated the session. Goodbye!'; $messages['mailboxempty'] = 'Mailbox is empty'; $messages['nomessages'] = 'No messages'; $messages['refreshing'] = 'Refreshing...'; diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 64dd40be0..441bfa137 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -36,7 +36,7 @@ $messages['erroroverquotadelete'] = 'No free disk space. Use SHIFT+DEL to delete $messages['invalidrequest'] = 'Invalid request! No data was saved.'; $messages['invalidhost'] = 'Invalid server name.'; $messages['nomessagesfound'] = 'No messages found in this mailbox.'; -$messages['loggedout'] = 'You have successfully terminated the session. Good bye!'; +$messages['loggedout'] = 'You have successfully terminated the session. Goodbye!'; $messages['mailboxempty'] = 'Mailbox is empty'; $messages['nomessages'] = 'No messages'; $messages['refreshing'] = 'Refreshing...';