diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-08-27 18:37:32 +0800 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-08-27 18:37:32 +0800 |
commit | 0368e5866b2e700a7b7642775c6fb81ab1aef18e (patch) | |
tree | d681634b14360df1d8bcdc298928e8ee8fbf59d2 /plugins/default-source | |
parent | 1bad915150e2d5e97cbbf1a77f7a85e338c07f28 (diff) | |
download | gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.gz gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.bz2 gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.lz gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.xz gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.tar.zst gsoc2013-evolution-0368e5866b2e700a7b7642775c6fb81ab1aef18e.zip |
** Fix for bug #534762
2008-08-27 Philip Withnall <philip@tecnocode.co.uk>
** Fix for bug #534762
Change "addressbook" to "address book" in translatable strings.
svn path=/trunk/; revision=36117
Diffstat (limited to 'plugins/default-source')
-rw-r--r-- | plugins/default-source/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/default-source/org-gnome-default-source.eplug.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/default-source/ChangeLog b/plugins/default-source/ChangeLog index e62c363bc2..cecebed736 100644 --- a/plugins/default-source/ChangeLog +++ b/plugins/default-source/ChangeLog @@ -1,3 +1,10 @@ +2008-08-27 Philip Withnall <philip@tecnocode.co.uk> + + ** Fix for bug #534762 + + * org-gnome-default-source.eplug.xml: Change "addressbook" to + "address book" in translatable strings. + 2008-04-21 Milan Crha <mcrha@redhat.com> ** Fix for bug #448863 diff --git a/plugins/default-source/org-gnome-default-source.eplug.xml b/plugins/default-source/org-gnome-default-source.eplug.xml index ec354e517e..92c6fb7078 100644 --- a/plugins/default-source/org-gnome-default-source.eplug.xml +++ b/plugins/default-source/org-gnome-default-source.eplug.xml @@ -6,7 +6,7 @@ id="org.gnome.evolution.plugin.default-source" _name="Default Sources"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com"/> - <_description>Provides functionality for marking a calendar or an addressbook as the default one.</_description> + <_description>Provides functionality for marking a calendar or an address book as the default one.</_description> <hook class="org.gnome.evolution.calendar.config:1.0"> <group target="source" |