aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2008-08-27 18:37:32 +0800
committerPhilip Withnall <pwithnall@src.gnome.org>2008-08-27 18:37:32 +0800
commit0368e5866b2e700a7b7642775c6fb81ab1aef18e (patch)
treed681634b14360df1d8bcdc298928e8ee8fbf59d2 /plugins/bbdb
parent1bad915150e2d5e97cbbf1a77f7a85e338c07f28 (diff)
downloadgsoc2013-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/bbdb')
-rw-r--r--plugins/bbdb/ChangeLog8
-rw-r--r--plugins/bbdb/bbdb.c2
-rw-r--r--plugins/bbdb/org-gnome-evolution-bbdb.eplug.xml2
3 files changed, 10 insertions, 2 deletions
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 <philip@tecnocode.co.uk>
+
+ ** 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 <psankar@novell.com>
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>
+ <_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.</_description>
<author name="Nat Friedman" email="nat@novell.com"/>