diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-01-20 05:04:24 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-20 05:04:24 +0800 |
commit | 88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8 (patch) | |
tree | 5beeded1f5b3ba917d5c493dd8200cde6c2964c3 /plugins/exchange-operations | |
parent | 4528392525b065d0854b3417ad17b7a6c3a78d52 (diff) | |
download | gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar.gz gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar.bz2 gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar.lz gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar.xz gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.tar.zst gsoc2013-evolution-88422e94ee11fd37ccf2ce73ba2d4b30b3b34ea8.zip |
plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml changed "mails" to
2006-01-19 Andre Klapper <a9016009@gmx.de>
* plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml:
* plugins/exchange-operations/org-gnome-exchange-operations.error.xml:
* plugins/prefer-plain/org-gnome-prefer-plain.eplug.xml
changed "mails" to "mail", "emails" or "messages". Fixes bug 325569.
svn path=/trunk/; revision=31244
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"> |