diff options
author | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-06 07:46:27 +0800 |
---|---|---|
committer | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-06 07:46:27 +0800 |
commit | fa8915ed3abfaba88aee0c9a4aa55a971599d99e (patch) | |
tree | 227184f3c374be75b817fcd6cdf114e14c7b3827 /addressbook/gui/component/addressbook-config.c | |
parent | 39509b28253bfeb4604f0b9e7411b1d12b5385c7 (diff) | |
download | gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar.gz gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar.bz2 gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar.lz gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar.xz gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.tar.zst gsoc2013-evolution-fa8915ed3abfaba88aee0c9a4aa55a971599d99e.zip |
fix a bunch of Address Book strings
svn path=/trunk/; revision=31413
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index c7605e1163..3f80c40604 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -979,7 +979,7 @@ eabc_details_limit(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, st static EConfigItem eabc_items[] = { { E_CONFIG_BOOK, "", }, { E_CONFIG_PAGE, "00.general", N_("General") }, - { E_CONFIG_SECTION, "00.general/10.display", N_("Addressbook") }, + { E_CONFIG_SECTION, "00.general/10.display", N_("Address Book") }, { E_CONFIG_ITEM, "00.general/10.display/10.name", "hbox122", eabc_general_name }, { E_CONFIG_ITEM, "00.general/10.display/20.offline", NULL, eabc_general_offline }, #ifdef HAVE_LDAP @@ -1158,7 +1158,7 @@ addressbook_config_edit_source (GtkWidget *parent, ESource *source) sdialog->source_list = e_source_list_new_for_gconf(gconf, "/apps/evolution/addressbook/sources"); l = e_source_list_peek_groups(sdialog->source_list); if (!l) { - g_warning ("Addressbook source groups are missing! Check your GConf setup."); + g_warning ("Address Book source groups are missing! Check your GConf setup."); g_free (sdialog); return NULL; } |