From c271976eeb32f988a81fe23e85d653b49e658cd5 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 12 Feb 2004 19:11:29 +0000 Subject: Fix capitalization of Address Book usage in sentence form Use Address Book 2004-01-12 Rodney Dawes * gui/component/addressbook-component.c (delete_addressbook_cb): Fix capitalization of Address Book usage in sentence form * gui/component/ldap-config.glade: Use Address Book instead of Addressbook in here (Patch from Aaron Weber ) svn path=/trunk/; revision=24725 --- addressbook/gui/component/addressbook-component.c | 2 +- addressbook/gui/component/ldap-config.glade | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 257c53c62b..9468fbaf87 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -209,7 +209,7 @@ delete_addressbook_cb (GtkWidget *widget, AddressbookComponent *comp) GTK_DIALOG_MODAL, GTK_MESSAGE_QUESTION, GTK_BUTTONS_YES_NO, - _("Address Book '%s' will be removed. Are you sure you want to continue?"), + _("Address book '%s' will be removed. Are you sure you want to continue?"), e_source_peek_name (selected_source)); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); if (gtk_dialog_run (GTK_DIALOG (dialog)) == GTK_RESPONSE_YES) { diff --git a/addressbook/gui/component/ldap-config.glade b/addressbook/gui/component/ldap-config.glade index ccf2e73b98..b4acc7ca4d 100644 --- a/addressbook/gui/component/ldap-config.glade +++ b/addressbook/gui/component/ldap-config.glade @@ -5,7 +5,7 @@ - Addressbook Properties + Address Book Properties GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -284,7 +284,7 @@ - New Addressbook + New Address Book GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -301,10 +301,11 @@ True GNOME_EDGE_START - Addressbook Creation Assistant - This assistant will help you create a new addressbook. + Address Book Creation Assistant + This assistant will help you + create a new address book. -Depending on the type of addressbook you create, additional +Depending on the type of address book you create, additional parameters may be required. Please contact your system administrator if you need help finding this information. @@ -332,7 +333,9 @@ administrator if you need help finding this information. True - Specifying a display name and group is the first step in setting up an addressbook. + Specifying a + display name and group is the first step in setting + up an address book. False False GTK_JUSTIFY_LEFT @@ -768,7 +771,8 @@ need to change these options. True GNOME_EDGE_FINISH Finished - Congratulations, you are finished setting up this addressbook. + Congratulations, you are + finished setting up this address book. Please click the "Apply" button to save the settings you have entered here. @@ -778,7 +782,7 @@ Please click the "Apply" button to save the settings you have entered - Addressbook Sources + Address Book Sources GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False @@ -2600,7 +2604,7 @@ A search scope of "one" will only include the entries one level beneat True This is the maximum number of entries to download. Setting this number to be -too large will slow down your addressbook. +too large will slow down your address book. False False GTK_JUSTIFY_LEFT -- cgit v1.2.3