[evolution-patches] RFA: Patch to fix the word "address book"
- From: Aaron Weber <aaron ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] RFA: Patch to fix the word "address book"
- Date: Tue, 10 Feb 2004 17:19:36 -0500
So, this replaces "addressbook" with "address book" in a few places.
? contacts-spelling-diff.txt
Index: gui/component/addressbook-component.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/addressbook-component.c,v
retrieving revision 1.110
diff -u -r1.110 addressbook-component.c
--- gui/component/addressbook-component.c 29 Jan 2004 20:04:38 -0000 1.110
+++ gui/component/addressbook-component.c 10 Feb 2004 22:11:30 -0000
@@ -209,7 +209,7 @@
GTK_DIALOG_MODAL,
GTK_MESSAGE_QUESTION,
GTK_BUTTONS_YES_NO,
- _("Addressbook '%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) {
@@ -267,7 +267,7 @@
sensitive = e_source_selector_peek_primary_selection (E_SOURCE_SELECTOR (comp->priv->source_selector)) ? TRUE : FALSE;
- add_popup_menu_item (menu, _("New Addressbook"), NULL, G_CALLBACK (new_addressbook_cb), comp, TRUE);
+ add_popup_menu_item (menu, _("New Address Book"), NULL, G_CALLBACK (new_addressbook_cb), comp, TRUE);
add_popup_menu_item (menu, _("Delete"), GTK_STOCK_DELETE, G_CALLBACK (delete_addressbook_cb), comp, sensitive);
add_popup_menu_item (menu, _("Properties..."), NULL, G_CALLBACK (edit_addressbook_cb), comp, sensitive);
}
Index: gui/component/ldap-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/component/ldap-config.glade,v
retrieving revision 1.19
diff -u -r1.19 ldap-config.glade
--- gui/component/ldap-config.glade 29 Jan 2004 20:22:34 -0000 1.19
+++ gui/component/ldap-config.glade 10 Feb 2004 22:11:30 -0000
@@ -5,7 +5,7 @@
<requires lib="gnome"/>
<widget class="GtkWindow" id="account-editor-window">
- <property name="title" translatable="yes">Addressbook Properties</property>
+ <property name="title" translatable="yes">Address Book Properties</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -284,7 +284,7 @@
</widget>
<widget class="GtkWindow" id="account-druid-window">
- <property name="title" translatable="yes">New Addressbook</property>
+ <property name="title" translatable="yes">New Address Book</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -301,10 +301,11 @@
<widget class="GnomeDruidPageEdge" id="druidpagestart1">
<property name="visible">True</property>
<property name="position">GNOME_EDGE_START</property>
- <property name="title" translatable="yes">Addressbook Creation Assistant</property>
- <property name="text" translatable="yes">This assistant will help you create a new addressbook.
+ <property name="title" translatable="yes">Address Book Creation Assistant</property>
+ <property name="text" translatable="yes">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.</property>
</widget>
@@ -332,7 +333,9 @@
<child>
<widget class="GtkLabel" id="label198">
<property name="visible">True</property>
- <property name="label" translatable="yes">Specifying a display name and group is the first step in setting up an addressbook.</property>
+ <property name="label" translatable="yes">Specifying a
+ display name and group is the first step in setting
+ up an address book.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -768,7 +771,8 @@
<property name="visible">True</property>
<property name="position">GNOME_EDGE_FINISH</property>
<property name="title" translatable="yes">Finished</property>
- <property name="text" translatable="yes">Congratulations, you are finished setting up this addressbook.
+ <property name="text" translatable="yes">Congratulations, you are
+ finished setting up this address book.
Please click the "Apply" button to save the settings you have entered here.</property>
</widget>
@@ -778,7 +782,7 @@
</widget>
<widget class="GtkDialog" id="addressbook-sources-window">
- <property name="title" translatable="yes">Addressbook Sources</property>
+ <property name="title" translatable="yes">Address Book Sources</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@@ -2600,7 +2604,7 @@
<widget class="GtkLabel" id="label470">
<property name="visible">True</property>
<property name="label" translatable="yes">This is the maximum number of entries to download. Setting this number to be
-too large will slow down your addressbook.</property>
+too large will slow down your address book.</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]