aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-user-dialog.c
diff options
context:
space:
mode:
authorKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-06 07:46:27 +0800
committerKarsten Bräckelmann <kbrae@src.gnome.org>2006-02-06 07:46:27 +0800
commitfa8915ed3abfaba88aee0c9a4aa55a971599d99e (patch)
tree227184f3c374be75b817fcd6cdf114e14c7b3827 /plugins/exchange-operations/exchange-user-dialog.c
parent39509b28253bfeb4604f0b9e7411b1d12b5385c7 (diff)
downloadgsoc2013-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 'plugins/exchange-operations/exchange-user-dialog.c')
-rw-r--r--plugins/exchange-operations/exchange-user-dialog.c2
1 files changed, 1 insertions, 1 deletions
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);