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/bbdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/bbdb/bbdb.c') 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); -- cgit v1.2.3