diff options
author | Milan Crha <mcrha@redhat.com> | 2010-04-02 19:23:48 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-04-02 19:23:48 +0800 |
commit | fdd0b87471b8164224a0815fa530fca898cf168f (patch) | |
tree | 0f8e6b072678b3547d9ce034d88a284d684cc29a /plugins/groupwise-features | |
parent | 31d42a59fe34484d996f50349f7ce7a0ad9afe53 (diff) | |
download | gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.tar.gz gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.tar.zst gsoc2013-evolution-fdd0b87471b8164224a0815fa530fca898cf168f.zip |
Bug #347330 - Mark forgotten strings for translation
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |