From 0368e5866b2e700a7b7642775c6fb81ab1aef18e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 27 Aug 2008 10:37:32 +0000 Subject: ** Fix for bug #534762 2008-08-27 Philip Withnall ** Fix for bug #534762 Change "addressbook" to "address book" in translatable strings. svn path=/trunk/; revision=36117 --- plugins/bbdb/ChangeLog | 8 ++++++++ plugins/bbdb/bbdb.c | 2 +- plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml | 2 +- plugins/default-source/ChangeLog | 7 +++++++ plugins/default-source/org-gnome-default-source.eplug.xml | 2 +- plugins/ipod-sync/ChangeLog | 7 +++++++ plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml | 2 +- 7 files changed, 26 insertions(+), 4 deletions(-) (limited to 'plugins') diff --git a/plugins/bbdb/ChangeLog b/plugins/bbdb/ChangeLog index 06ac8a80ba..d201691e9a 100644 --- a/plugins/bbdb/ChangeLog +++ b/plugins/bbdb/ChangeLog @@ -1,3 +1,11 @@ +2008-08-27 Philip Withnall + + ** Fix for bug #534762 + + * bbdb.c: (bbdb_page_factory): + * org-gnome-evolution-bbdb.eplug.xml: Change "addressbook" to + "address book" in translatable strings. + 2008-08-27 Sankar P License Changes diff --git a/plugins/bbdb/bbdb.c b/plugins/bbdb/bbdb.c index 98db91fb99..f5f09274a1 100644 --- a/plugins/bbdb/bbdb.c +++ b/plugins/bbdb/bbdb.c @@ -564,7 +564,7 @@ bbdb_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data) gtk_box_pack_start (GTK_BOX (hbox), inner_vbox, FALSE, FALSE, 0); /* Enable BBDB checkbox */ - check = gtk_check_button_new_with_mnemonic (_("_Auto-create addressbook entries when replying to messages")); + check = gtk_check_button_new_with_mnemonic (_("_Auto-create address book entries when replying to messages")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), gconf_client_get_bool (target->gconf, GCONF_KEY_ENABLE, NULL)); g_signal_connect (GTK_TOGGLE_BUTTON (check), "toggled", G_CALLBACK (enable_toggled_cb), stuff); gtk_box_pack_start (GTK_BOX (inner_vbox), check, FALSE, FALSE, 0); diff --git a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml index 970ff6e90f..ff3ff9f8d8 100644 --- a/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml +++ b/plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml @@ -5,7 +5,7 @@ _name="Automatic Contacts" location="@PLUGINDIR@/liborg-gnome-evolution-bbdb@SOEXT@"> - <_description>Automatically fills your addressbook with names and email addresses as you reply to messages. Also fills in IM contact information from your buddy lists. + <_description>Automatically fills your address book with names and email addresses as you reply to messages. Also fills in IM contact information from your buddy lists. 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 + + ** Fix for bug #534762 + + * org-gnome-default-source.eplug.xml: Change "addressbook" to + "address book" in translatable strings. + 2008-04-21 Milan Crha ** 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"> - <_description>Provides functionality for marking a calendar or an addressbook as the default one. + <_description>Provides functionality for marking a calendar or an address book as the default one. + + ** Fix for bug #534762 + + * org-gnome-ipod-sync-evolution.eplug.xml: Change "addressbook" to + "address book" in translatable strings. + 2008-08-27 Sankar P License Changes diff --git a/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml b/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml index 6e3afa8037..e95b63b3b9 100644 --- a/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml +++ b/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml @@ -4,7 +4,7 @@ _name="iPod Synchronization" location="@PLUGINDIR@/liborg-gnome-ipod-sync-evolution@SOEXT@"> - <_description>Synchronize the selected task/memo/calendar/addressbook with Apple iPod + <_description>Synchronize the selected task/memo/calendar/address book with Apple iPod -- cgit v1.2.3