From f74f3eb5c28b82fafe8a12e5d8b62d10c04c349f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 18 Mar 2008 13:56:22 +0000 Subject: ** Fix for bug #511952 2008-03-18 Milan Crha ** Fix for bug #511952 * addressbook/gui/contact-list-editor/e-contact-list-editor.c: (contact_list_editor_create_name_selector): * plugins/groupwise-features/share-folder.c: (share_folder_construct): * plugins/groupwise-features/proxy.c: (proxy_add_account): * plugins/exchange-operations/exchange-folder-subscription.c: (setup_name_selector): * plugins/exchange-operations/exchange-send-options.c: (exchange_sendoptions_dialog_run): Marking text for translation. svn path=/trunk/; revision=35212 --- plugins/groupwise-features/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-features/proxy.c') diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index 3ffb56579d..186d388403 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -941,7 +941,7 @@ proxy_add_account (GtkWidget *button, EAccount *account) gtk_widget_show (GTK_WIDGET (priv->main)); name_selector_model = e_name_selector_peek_model (priv->proxy_name_selector); - e_name_selector_model_add_section (name_selector_model, "Add User", "Add User", NULL); + e_name_selector_model_add_section (name_selector_model, "Add User", _("Add User"), NULL); name_selector_entry = e_name_selector_peek_section_entry (priv->proxy_name_selector, "Add User"); g_signal_connect (name_selector_entry, "changed", -- cgit v1.2.3