diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-09-24 14:28:25 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-09-24 14:28:25 +0800 |
commit | 2ecb4c7dc0ac2ba4f900325ef7809dead96ba7c3 (patch) | |
tree | 6031bbee9d4b04084d57123d6d5bf21fff566615 /plugins/tnef-attachments | |
parent | c405e5f281cdf5a851d2915db4250b96007832b4 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'plugins/tnef-attachments')
-rw-r--r-- | plugins/tnef-attachments/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/tnef-attachments/org-gnome-tnef-attachments.eplug.xml | 2 |
2 files changed, 8 insertions, 1 deletions
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"> |