From 99cd084910bdaae72fb6f691f39e0d7f7ca6cd14 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Tue, 4 Nov 2008 21:41:41 +0000 Subject: [PATCH] Makes menu label translatable. Fixes bug #559129. 2008-11-05 Nickolay V. Shmyrev * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item): Makes menu label translatable. Fixes bug #559129. svn path=/branches/gnome-2-24/; revision=3255 --- ChangeLog | 6 ++++++ cut-n-paste/zoom-control/ephy-zoom-action.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0de5ae21..59f4b3a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-05 Nickolay V. Shmyrev + + * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item): + + Makes menu label translatable. Fixes bug #559129. + 2008-11-04 Nickolay V. Shmyrev * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution), diff --git a/cut-n-paste/zoom-control/ephy-zoom-action.c b/cut-n-paste/zoom-control/ephy-zoom-action.c index 3aadf84e..5af43208 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-action.c +++ b/cut-n-paste/zoom-control/ephy-zoom-action.c @@ -158,7 +158,7 @@ create_menu_item (GtkAction *action) else { menu_item = gtk_radio_menu_item_new_with_label (group, - zoom_levels[i].name); + _(zoom_levels[i].name)); group = gtk_radio_menu_item_get_group (GTK_RADIO_MENU_ITEM (menu_item)); gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (menu_item), -- 2.47.1