diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.error.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index c427922bf6..3916a4d4b2 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,5 +1,10 @@ 2006-01-16 Harish Krishnaswamy <kharish@novell.com> + * org-gnome-exchange-operations.error.xml: + Fixed a minor typo in error string. (#327053). + +2006-01-16 Harish Krishnaswamy <kharish@novell.com> + * exchange-config-listener.c: (display_passwd_expiry_message): Fix a grammar error in translatable string. (#327155) diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml index 3e22e3ccbb..971567374c 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml @@ -102,7 +102,7 @@ supports Microsoft Exchange 2000 and 2003 only.</_secondary> <error id="account-quota-error" type="error"> <_primary>You have exceeded your quota for storing mails on this server.</_primary> - <_secondary>Your current usage is: {0} KB. You will not be able to either send or recieve mails now.</_secondary> + <_secondary>Your current usage is: {0} KB. You will not be able to either send or receive mails now.</_secondary> </error> <error id="account-quota-send-error" type="warning"> |