aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2008-09-24 14:28:25 +0800
committerPhilip Withnall <pwithnall@src.gnome.org>2008-09-24 14:28:25 +0800
commit2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (patch)
tree6031bbee9d4b04084d57123d6d5bf21fff566615
parentc405e5f281cdf5a851d2915db4250b96007832b4 (diff)
downloadgsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.gz
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.bz2
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.lz
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.xz
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.tar.zst
gsoc2013-evolution-2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3.zip
** Fixes bug #553479
2008-09-24 Philip Withnall <philip@tecnocode.co.uk> ** Fixes bug #553479 * shell/shell.error.xml: * plugins/webdav-account-setup/webdav-contacts-source.c (plugin_webdav_contacts): * plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml: * plugins/python/org-gnome-evolution-python.eplug.xml: * plugins/google-account-setup/org-gnome-evolution-google.eplug.xml: * plugins/audio-inline/org-gnome-audio-inline.eplug.xml: * mail/em-migrate.c (migrate_to_db): * mail/evolution-mail.schemas.in: * addressbook/gui/component/ldap-config.glade: String capitalisation improvements. svn path=/trunk/; revision=36439
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/ldap-config.glade4
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/em-migrate.c2
-rw-r--r--mail/evolution-mail.schemas.in16
-rw-r--r--plugins/audio-inline/ChangeLog7
-rw-r--r--plugins/audio-inline/org-gnome-audio-inline.eplug.xml2
-rw-r--r--plugins/google-account-setup/ChangeLog7
-rw-r--r--plugins/google-account-setup/org-gnome-evolution-google.eplug.xml2
-rw-r--r--plugins/python/ChangeLog7
-rw-r--r--plugins/python/org-gnome-evolution-python.eplug.xml2
-rw-r--r--plugins/tnef-attachments/ChangeLog7
-rw-r--r--plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml2
-rw-r--r--plugins/webdav-account-setup/ChangeLog7
-rw-r--r--plugins/webdav-account-setup/webdav-contacts-source.c2
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/shell.error.xml2
17 files changed, 71 insertions, 17 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index ac2441a9e3..f5d605ca2e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * gui/component/ldap-config.glade: String capitalisation improvements.
+
2008-09-23 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #553273
diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade
index 1e1c4d5fea..58ffba43bf 100644
--- a/addressbook/gui/component/ldap-config.glade
+++ b/addressbook/gui/component/ldap-config.glade
@@ -475,7 +475,7 @@
<child>
<widget class="GtkEntry" id="server-name-entry">
<property name="visible">True</property>
- <property name="tooltip" translatable="yes">This is the full name of your ldap server. For example, &quot;ldap.mycompany.com&quot;.</property>
+ <property name="tooltip" translatable="yes">This is the full name of your LDAP server. For example, &quot;ldap.mycompany.com&quot;.</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="editable">True</property>
@@ -635,7 +635,7 @@
<child>
<widget class="GtkOptionMenu" id="auth-optionmenu">
<property name="visible">True</property>
- <property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to &quot;Email Address&quot; requires anonymous access to your ldap server.</property>
+ <property name="tooltip" translatable="yes">This is the method Evolution will use to authenticate you. Note that setting this to &quot;Email Address&quot; requires anonymous access to your LDAP server.</property>
<property name="can_focus">True</property>
<property name="history">0</property>
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0725877b75..7c2365d70e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * em-migrate.c (migrate_to_db):
+ * evolution-mail.schemas.in: String capitalisation improvements.
+
2008-09-23 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #553273
diff --git a/mail/em-migrate.c b/mail/em-migrate.c
index 7addaaa1d0..e22cbae273 100644
--- a/mail/em-migrate.c
+++ b/mail/em-migrate.c
@@ -2896,7 +2896,7 @@ migrate_to_db()
camel_session_set_online ((CamelSession *) session, FALSE);
em_migrate_setup_progress_dialog (_("The summary format of the Evolution mailbox "
- "folders has been moved to sqlite since Evolution 2.24.\n\nPlease be "
+ "folders has been moved to SQLite since Evolution 2.24.\n\nPlease be "
"patient while Evolution migrates your folders..."));
em_migrate_set_progress ( (double)i/(len+1));
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in
index f32428aa4a..5e328b5457 100644
--- a/mail/evolution-mail.schemas.in
+++ b/mail/evolution-mail.schemas.in
@@ -315,9 +315,9 @@
<type>int</type>
<default>0</default>
<locale name="C">
- <short>Load images for HTML messages over http</short>
+ <short>Load images for HTML messages over HTTP</short>
<long>
- Load images for HTML messages over http(s). Possible values are:
+ Load images for HTML messages over HTTP(S). Possible values are:
"0" - Never load images off the net.
"1" - Load images in messages from contacts.
"2" - Always load images off the net.
@@ -390,11 +390,11 @@
<type>list</type>
<list_type>string</list_type>
<locale name="C">
- <short>List of mime types to check for bonobo component viewers</short>
+ <short>List of MIME types to check for Bonobo component viewers</short>
<long>
- If there isn't a builtin viewer for a particular mime-type inside Evolution,
- any mime-types appearing in this list which map to a bonobo-component viewer
- in GNOME's mime-type database may be used for displaying content.
+ If there isn't a builtin viewer for a particular MIME type inside Evolution,
+ any MIME types appearing in this list which map to a Bonobo component viewer
+ in GNOME's MIME type database may be used for displaying content.
</long>
</locale>
</schema>
@@ -633,7 +633,7 @@
<type>bool</type>
<default>true</default>
<locale name="C">
- <short>Allows evolution to display text part of limited size</short>
+ <short>Allows Evolution to display text part of limited size</short>
<long>
Enable to render message text part of limited size.
</long>
@@ -650,7 +650,7 @@
<short>Text message part limit</short>
<long>
This decides the max size of the text part that can be formatted under
- evolution. The default is 4MB / 4096 KB and is specified interms of KB.
+ Evolution. The default is 4MB / 4096 KB and is specified in terms of KB.
</long>
</locale>
</schema>
diff --git a/plugins/audio-inline/ChangeLog b/plugins/audio-inline/ChangeLog
index d7fe8ddffc..5b82ad2fc6 100644
--- a/plugins/audio-inline/ChangeLog
+++ b/plugins/audio-inline/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * org-gnome-audio-inline.eplug.xml: String capitalisation
+ improvements.
+
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate
diff --git a/plugins/audio-inline/org-gnome-audio-inline.eplug.xml b/plugins/audio-inline/org-gnome-audio-inline.eplug.xml
index 7a8a3cc291..16c282a014 100644
--- a/plugins/audio-inline/org-gnome-audio-inline.eplug.xml
+++ b/plugins/audio-inline/org-gnome-audio-inline.eplug.xml
@@ -6,7 +6,7 @@
location="@PLUGINDIR@/liborg-gnome-audio-inline@SOEXT@"
_name="Audio inline plugin">
- <_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from evolution.</_description>
+ <_description>A formatter plugin which displays audio attachments inline and allows you to play them directly from Evolution.</_description>
<author name="Radek DoulĂ­k" email="rodo@novell.com"/>
<hook class="org.gnome.evolution.mail.format:1.0">
diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog
index c8e97a9e6b..84badcf745 100644
--- a/plugins/google-account-setup/ChangeLog
+++ b/plugins/google-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * org-gnome-evolution-google.eplug.xml: String capitalisation
+ improvements.
+
2008-08-27 Sankar P <psankar@novell.com>
License Changes
diff --git a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
index 93a8aeee2d..2b32a5010d 100644
--- a/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
+++ b/plugins/google-account-setup/org-gnome-evolution-google.eplug.xml
@@ -4,7 +4,7 @@
location="@PLUGINDIR@/liborg-gnome-evolution-google@SOEXT@" load-on-startup="false" localedir = "@LOCALEDIR@" system_plugin="true">
<author name="Ebby Wiselyn" email="ebbywiselyn@gmail.com"/>
<author name="Joergen Scheibengruber" email="joergen.scheibengruber@googlemail.com"/>
- <_description>A plugin to setup google calendar and contacts.</_description>
+ <_description>A plugin to setup Google Calendar and Contacts.</_description>
<hook class="org.gnome.evolution.calendar.config:1.0">
<group target="source" id="org.gnome.evolution.calendar.calendarProperties">
diff --git a/plugins/python/ChangeLog b/plugins/python/ChangeLog
index 01c03df0a1..38cd85f29f 100644
--- a/plugins/python/ChangeLog
+++ b/plugins/python/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * org-gnome-evolution-python.eplug.xml: String capitalisation
+ improvements.
+
2008-09-12 Sankar P <psankar@novell.com>
License Changes
diff --git a/plugins/python/org-gnome-evolution-python.eplug.xml b/plugins/python/org-gnome-evolution-python.eplug.xml
index c8cfd20f27..5f215f65e5 100644
--- a/plugins/python/org-gnome-evolution-python.eplug.xml
+++ b/plugins/python/org-gnome-evolution-python.eplug.xml
@@ -3,7 +3,7 @@
<e-plugin type="shlib" id="org.gnome.evolution.plugin.python"
location="@PLUGINDIR@/liborg-gnome-evolution-python@SOEXT@" _name="Python Loader" load_level="1">
- <_description>A plugin which loads other plugins written using python.</_description>
+ <_description>A plugin which loads other plugins written using Python.</_description>
<author name="Johnny Jacob" email="jjohnny@novell.com"/>
</e-plugin>
diff --git a/plugins/tnef-attachments/ChangeLog b/plugins/tnef-attachments/ChangeLog
index 669d4373ca..6c2f54a396 100644
--- a/plugins/tnef-attachments/ChangeLog
+++ b/plugins/tnef-attachments/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * org-gnome-tnef-attachments.eplug.xml: String capitalisation
+ improvements.
+
2008-09-03 Sankar P <psankar@novell.com>
* plugins/tnef-attachments/tnef-plugin.c:
diff --git a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
index 73f94fa2d6..eca319cf5e 100644
--- a/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
+++ b/plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml
@@ -5,7 +5,7 @@
id="org.gnome.evolution.mail.tnefattachments"
location="@PLUGINDIR@/liborg-gnome-tnef-attachments@SOEXT@"
_name="TNEF Attachment decoder">
- <_description>A simple plugin which uses ytnef to decode tnef attachments.</_description>
+ <_description>A simple plugin which uses yTNEF to decode TNEF attachments.</_description>
<author name="Lucky Wankhede" email="wlakke@novell.com"/>
<hook class="org.gnome.evolution.mail.format:1.0">
diff --git a/plugins/webdav-account-setup/ChangeLog b/plugins/webdav-account-setup/ChangeLog
index 0a512b4dd3..38eabf364e 100644
--- a/plugins/webdav-account-setup/ChangeLog
+++ b/plugins/webdav-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * webdav-contacts-source.c (plugin_webdav_contacts):
+ String capitalisation improvements.
+
2008-08-12 Bharath Acharya <abharath@novell.com>
* Makefile.am: Added necessary libraries to link to. Build break while
diff --git a/plugins/webdav-account-setup/webdav-contacts-source.c b/plugins/webdav-account-setup/webdav-contacts-source.c
index 8f944de5ed..d85ffa79b6 100644
--- a/plugins/webdav-account-setup/webdav-contacts-source.c
+++ b/plugins/webdav-account-setup/webdav-contacts-source.c
@@ -335,7 +335,7 @@ plugin_webdav_contacts(EPlugin *epl, EConfigHookItemFactoryData *data)
uidata->avoid_ifmatch_toggle = GTK_TOGGLE_BUTTON(
gtk_check_button_new_with_mnemonic(
- _("_Avoid IfMatch (needed on apache < 2.2.8)")));
+ _("_Avoid IfMatch (needed on Apache < 2.2.8)")));
gtk_box_pack_start(hbox, GTK_WIDGET(uidata->avoid_ifmatch_toggle),
FALSE, FALSE, 0);
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 983da3282d..1f24072ebb 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-24 Philip Withnall <philip@tecnocode.co.uk>
+
+ ** Fixes bug #553479
+
+ * shell.error.xml: String capitalisation improvements.
+
2008-09-19 Sankar P <psankar@novell.com>
License Changes
diff --git a/shell/shell.error.xml b/shell/shell.error.xml
index 6f5364e026..e3b7a1a2ee 100644
--- a/shell/shell.error.xml
+++ b/shell/shell.error.xml
@@ -29,7 +29,7 @@ If you choose to continue, you may not have access to some of your old data.
<error id="upgrade-remove-1-4" type="question" default="GTK_RESPONSE_CANCEL">
<title>Delete old data from version {0}?</title>
<_primary>Delete old data from version {0}?</_primary>
- <_secondary xml:space="preserve">The previous version of evolution stored its data in a different location.
+ <_secondary xml:space="preserve">The previous version of Evolution stored its data in a different location.
If you choose to remove this data, the entire contents of the &quot;evolution&quot; directory will be removed permanently. If you choose to keep this data, then you may manually remove the contents of &quot;evolution&quot; at your convenience.
</_secondary>