diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-01 21:27:11 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-01 21:27:11 +0800 |
commit | 3c352346c1b03a56e82c16782835939758d0527e (patch) | |
tree | 19d597f7e0c845630b480bfbf95d2dbe53ae93ff /plugins/exchange-operations | |
parent | 799a1933073a128e326927fe7c67da39c7d8995b (diff) | |
download | gsoc2013-evolution-3c352346c1b03a56e82c16782835939758d0527e.tar.gz gsoc2013-evolution-3c352346c1b03a56e82c16782835939758d0527e.tar.zst gsoc2013-evolution-3c352346c1b03a56e82c16782835939758d0527e.zip |
Fix for #325117
2006-01-01 Harish Krishnaswamy <kharish@novell.com>
Fix for #325117
svn path=/trunk/; revision=31005
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.error.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml index 61c9edc667..4786ed72f8 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml @@ -102,17 +102,17 @@ 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 recieve mails now.</_secondary> </error> <error id="account-quota-send-error" type="warning"> <_primary>You are nearing your quota available for storing mails on this server.</_primary> - <_secondary>Your current usage is : {0}KB. You will not be able to send mails till you clear up some space by deleting some mails.</_secondary> + <_secondary>Your current usage is: {0}KB. You will not be able to send mails till you clear up some space by deleting some mails.</_secondary> </error> <error id="account-quota-warn" type="warning"> <_primary>You are nearing your quota available for storing mails on this server.</_primary> - <_secondary>Your current usage is : {0}KB. Try to clear up some space by deleting some mails.</_secondary> + <_secondary>Your current usage is: {0}KB. Try to clear up some space by deleting some mails.</_secondary> </error> <error id="connect-exchange-error" type="error"> |