From fdd0b87471b8164224a0815fa530fca898cf168f Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 2 Apr 2010 13:23:48 +0200 Subject: Bug #347330 - Mark forgotten strings for translation --- plugins/groupwise-features/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/groupwise-features') diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c index 6654844bb7..0f761c72e7 100644 --- a/plugins/groupwise-features/proxy.c +++ b/plugins/groupwise-features/proxy.c @@ -700,7 +700,7 @@ org_gnome_proxy (EPlugin *epl, EConfigHookItemFactoryData *data) } /*To Translators: In this case, Proxy does not mean something like 'HTTP Proxy', but a GroupWise feature by which one person can send/read mails/appointments using another person's identity without knowing his password, for example if that other person is on vacation*/ - gtk_notebook_append_page ((GtkNotebook *)(data->parent), (GtkWidget *)priv->tab_dialog, gtk_label_new("Proxy")); + gtk_notebook_append_page ((GtkNotebook *)(data->parent), (GtkWidget *)priv->tab_dialog, gtk_label_new (C_("GW", "Proxy"))); g_signal_connect ((GtkNotebook *)(data->parent), "switch-page", G_CALLBACK (proxy_page_changed_cb), account); pag_num = gtk_notebook_page_num ((GtkNotebook *)(data->parent), (GtkWidget *)priv->tab_dialog); g_object_set_data ((GObject *) account, "proxy_tab_num", GINT_TO_POINTER (pag_num)); -- cgit