From b13ca3fa01c8663acbf1015a13ba4fbc61b993ed Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 4 Mar 2003 20:27:03 +0000 Subject: Translate menus 2003-03-04 Marco Pesenti Gritti * TODO: * embed/mozilla/EphyAboutRedirector.cpp: * embed/mozilla/EphyAboutRedirector.h: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozillaPrivate.cpp: * lib/egg/egg-action-group.c: * src/ephy-encoding-menu.c: (build_group), (build_charset): Translate menus * src/ephy-automation.c: (impl_ephy_automation_loadurl): * src/ephy-shell.c: (ephy_shell_new_tab): * src/ephy-window.c: Make -f work --- src/ephy-encoding-menu.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/ephy-encoding-menu.c') diff --git a/src/ephy-encoding-menu.c b/src/ephy-encoding-menu.c index 95b3ed050..b97011bac 100644 --- a/src/ephy-encoding-menu.c +++ b/src/ephy-encoding-menu.c @@ -27,6 +27,8 @@ #include "ephy-shell.h" #include "ephy-debug.h" +#include + /** * Private data */ @@ -188,7 +190,7 @@ build_group (EggActionGroup *action_group, GString *xml_string, const char *grou action = g_object_new (EGG_TYPE_ACTION, "name", verb, - "label", group, + "label", _(group), NULL); egg_action_group_add_action (action_group, action); g_object_unref (action); @@ -214,7 +216,7 @@ build_charset (EggActionGroup *action_group, verb = g_strdup_printf ("Charset%d", index); action = g_object_new (EGG_TYPE_ACTION, "name", verb, - "label", info->title, + "label", _(info->title), NULL); g_signal_connect_closure (action, "activate", -- cgit v1.2.3