aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/eab-gui-util.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-gui-util.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-gui-util.c')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 2459b5c483..1a5d06f2a2 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -54,7 +54,7 @@ eab_error_dialog (const gchar *msg, EBookStatus status)
N_("Authentication Failed"),
N_("Authentication Required"),
N_("TLS not Available"),
- N_("Addressbook does not exist"),
+ N_("Address Book does not exist"),
N_("Other error")
};
char *error_msg;