diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-16 16:13:09 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-16 16:13:09 +0800 |
commit | 422ed5b4db04a4b6ed10b4ddd6ebdbdac56d3f55 (patch) | |
tree | 78a4bd119a78e7ea39ba290166f13c43ad2f5a88 /plugins/exchange-operations | |
parent | e23b0cfd5235a90ecb23c1395d338e5a65cd5149 (diff) | |
download | gsoc2013-evolution-422ed5b4db04a4b6ed10b4ddd6ebdbdac56d3f55.tar.gz gsoc2013-evolution-422ed5b4db04a4b6ed10b4ddd6ebdbdac56d3f55.tar.zst gsoc2013-evolution-422ed5b4db04a4b6ed10b4ddd6ebdbdac56d3f55.zip |
Fixed a minor typo in error string. (#327053).
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* org-gnome-exchange-operations.error.xml:
Fixed a minor typo in error string. (#327053).
svn path=/trunk/; revision=31201
Diffstat (limited to 'plugins/exchange-operations')
-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"> |