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 | |
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')
-rw-r--r-- | plugins/exchange-operations/org-gnome-exchange-operations.error.xml | 6 | ||||
-rw-r--r-- | plugins/groupwise-features/junk-settings.glade | 2 | ||||
-rw-r--r-- | plugins/groupwise-features/properties.glade | 2 |
3 files changed, 5 insertions, 5 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"> diff --git a/plugins/groupwise-features/junk-settings.glade b/plugins/groupwise-features/junk-settings.glade index 473b723d0b..15280214c5 100644 --- a/plugins/groupwise-features/junk-settings.glade +++ b/plugins/groupwise-features/junk-settings.glade @@ -199,7 +199,7 @@ <child> <widget class="GtkLabel" id="users"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Junk List :</b></property> + <property name="label" translatable="yes"><b>Junk List:</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index 90e3c11dcd..03fea277b7 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -186,7 +186,7 @@ <child> <widget class="GtkLabel" id="users"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>Users :</b></property> + <property name="label" translatable="yes"><b>Users:</b></property> <property name="use_underline">False</property> <property name="use_markup">True</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |