diff options
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.error.xml | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 51264b3749..4d4cd6dedb 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,9 @@ +2006-01-19 Andre Klapper <a9016009@gmx.de> + + * org-gnome-exchange-operations.error.xml: + changed "mails" to "mail" or "messages", removed duplicated + whitespaces. Fixes bug 325569. + 2006-01-18 Sushma Rai <rsushma@novell.com> * exchange-contacts.c (e_exchange_contacts_pcontacts): Displaying the diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml index 971567374c..1300f128f3 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml @@ -101,18 +101,18 @@ supports Microsoft Exchange 2000 and 2003 only.</_secondary> </error> <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 receive mails now.</_secondary> + <_primary>You have exceeded your quota for storing mail on this server.</_primary> + <_secondary>Your current usage is: {0} KB. You will not be able to either send or receive mail 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> + <_primary>You are nearing your quota available for storing mail on this server.</_primary> + <_secondary>Your current usage is: {0} KB. You will not be able to send mail until you clear up some space by deleting some mail.</_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> + <_primary>You are nearing your quota available for storing mail on this server.</_primary> + <_secondary>Your current usage is: {0} KB. Try to clear up some space by deleting some mail.</_secondary> </error> <error id="connect-exchange-error" type="error"> |