aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-popup-control.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-02-12 04:29:33 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-02-12 04:29:33 +0800
commit45d5fce5db468145d9516f3da7cb03b992418543 (patch)
treec92a26ff016f326bcf1d010bb3c40afa6d28f369 /addressbook/gui/widgets/eab-popup-control.c
parentc990fa1a79d9fbec4212318aa11c4cf8c2fce613 (diff)
downloadgsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar.gz
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar.bz2
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar.lz
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar.xz
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.tar.zst
gsoc2013-evolution-45d5fce5db468145d9516f3da7cb03b992418543.zip
Address Book, not Addressbook
2004-02-11 Rodney Dawes <dobey@ximian.com> * gui/component/addressbook-component.c (delete_addressbook_cb): (fill_popup_menu_callback): * gui/widgets/e-addressbook-view.c (init_collection): * gui/widgets/eab-gui-util.c (eab_error_dialog): * gui/widgets/eab-popup-control.c (eab_popup_control_contstruct): Address Book, not Addressbook svn path=/trunk/; revision=24715
Diffstat (limited to 'addressbook/gui/widgets/eab-popup-control.c')
-rw-r--r--addressbook/gui/widgets/eab-popup-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-popup-control.c b/addressbook/gui/widgets/eab-popup-control.c
index 6e2ad6a603..b7c635b089 100644
--- a/addressbook/gui/widgets/eab-popup-control.c
+++ b/addressbook/gui/widgets/eab-popup-control.c
@@ -885,7 +885,7 @@ eab_popup_control_construct (EABPopupControl *pop)
gtk_box_pack_start (GTK_BOX (pop->main_vbox), pop->generic_view, TRUE, TRUE, 0);
gtk_widget_show_all (pop->generic_view);
- pop->query_msg = gtk_label_new (_("Querying Addressbook..."));
+ pop->query_msg = gtk_label_new (_("Querying Address Book..."));
gtk_box_pack_start (GTK_BOX (pop->main_vbox), pop->query_msg, TRUE, TRUE, 0);
gtk_widget_show (pop->query_msg);