From fa8915ed3abfaba88aee0c9a4aa55a971599d99e Mon Sep 17 00:00:00 2001 From: Karsten Bräckelmann Date: Sun, 5 Feb 2006 23:46:27 +0000 Subject: fix a bunch of Address Book strings svn path=/trunk/; revision=31413 --- plugins/exchange-operations/ChangeLog | 6 ++++++ plugins/exchange-operations/exchange-user-dialog.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'plugins/exchange-operations') diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 05a6035e00..80a84cc338 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,9 @@ +2006-02-05 Karsten Bräckelmann + + * exchange-user-dialog.c (e2k_user_dialog_construct): + Correcting "Addressbook" to properly read "Address Book". + Fixes bug #326256. + 2006-02-03 Sushma Rai * exchange-folder.c (org_gnome_exchange_folder_subscription): Moved diff --git a/plugins/exchange-operations/exchange-user-dialog.c b/plugins/exchange-operations/exchange-user-dialog.c index da80a1244c..cfb9a4559b 100644 --- a/plugins/exchange-operations/exchange-user-dialog.c +++ b/plugins/exchange-operations/exchange-user-dialog.c @@ -179,7 +179,7 @@ e2k_user_dialog_construct (E2kUserDialog *dialog, gtk_box_pack_start (GTK_BOX (vbox), priv->entry, TRUE, FALSE, 0); gtk_box_pack_start (GTK_BOX (hbox), vbox, TRUE, TRUE, 6); - button = gtk_button_new_with_label (_("Addressbook...")); + button = gtk_button_new_with_label (_("Address Book...")); g_signal_connect (button, "clicked", G_CALLBACK (addressbook_clicked_cb), dialog); -- cgit