diff options
author | Andre Klapper <a9016009@gmx.de> | 2005-12-30 11:45:46 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2005-12-30 11:45:46 +0800 |
commit | f34387f7430b6ad2b971352c0261e9e4a7d93633 (patch) | |
tree | a420c8d608c9ce509be8cec4c05c667a4d07c0bd /plugins | |
parent | 931f47dd119f990cadc9717abe550e32f7d0950d (diff) | |
download | gsoc2013-evolution-f34387f7430b6ad2b971352c0261e9e4a7d93633.tar.gz gsoc2013-evolution-f34387f7430b6ad2b971352c0261e9e4a7d93633.tar.zst gsoc2013-evolution-f34387f7430b6ad2b971352c0261e9e4a7d93633.zip |
Fixing several typos and harmonizing capital/small letters. Partially
2005-12-30 Andre Klapper <a9016009@gmx.de>
* evolution/plugins/exchange-operations/org-gnome-exchange-operations.error.xml,
evolution/plugins/groupwise-features/properties.glade,
evolution/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml,
evolution/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml,
evolution/ui/evolution-calendar.xml org-gnome-evolution-startup-wizard.eplug.xml,
evolution/mail/mail.error.xml: Fixing several typos and harmonizing
capital/small letters. Partially fixes bug 306117.
svn path=/trunk/; revision=30972
Diffstat (limited to 'plugins')
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml index f5b9584631..aa79f2f3a7 100644 --- a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml +++ b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml @@ -2,7 +2,7 @@ <e-plugin type="shlib" id="org.gnome.evolution.bbdb" - _name="Automatic contacts" + _name="Automatic Contacts" location="@PLUGINDIR@/liborg-gnome-evolution-bbdb.so"> <_description>Automatically fills your addressbook with names and email addresses as you reply to mails. Also fills in IM contact information from your buddy lists.</_description> diff --git a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml index 4563d52857..61c9edc667 100644 --- a/plugins/exchange-operations/org-gnome-exchange-operations.error.xml +++ b/plugins/exchange-operations/org-gnome-exchange-operations.error.xml @@ -68,7 +68,7 @@ Or you might have just typed your password wrong.</_secondary> <error id="account-version-error" type="error"> <_primary>The Exchange server is not compatible with Exchange Connector.</_primary> - <_secondary xml:space="preserve">The server is runinng Exchange 5.5. Exchange Connector + <_secondary xml:space="preserve">The server is running Exchange 5.5. Exchange Connector supports Microsoft Exchange 2000 and 2003 only.</_secondary> </error> diff --git a/plugins/groupwise-features/properties.glade b/plugins/groupwise-features/properties.glade index e2fce0be65..90e3c11dcd 100644 --- a/plugins/groupwise-features/properties.glade +++ b/plugins/groupwise-features/properties.glade @@ -527,7 +527,7 @@ <child> <widget class="GtkLabel" id="label564"> <property name="visible">True</property> - <property name="label" translatable="yes">_Cutomize notification message</property> + <property name="label" translatable="yes">_Customize notification message</property> <property name="use_underline">True</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> diff --git a/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml b/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml index 2107d2f29b..aa0a4894e5 100644 --- a/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml +++ b/plugins/plugin-manager/org-gnome-plugin-manager.eplug.xml @@ -4,7 +4,7 @@ type="shlib" id="org.gnome.evolution.plugin.manager" location="@PLUGINDIR@/liborg-gnome-plugin-manager@SOEXT@" - _name="Plugin manager"> + _name="Plugin Manager"> <_description>A plugin for managing which plugins are enabled or disabled.</_description> <author name="Michael Zucchi" email="notzed@ximian.com"/> <hook class="org.gnome.evolution.shell.bonobomenu:1.0"> |