Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--cut-n-paste/zoom-control/ephy-zoom-action.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 75f7e7e..099eecf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
+
+ * 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 <nshmyrev@yandex.ru>
* 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 986e3ef..97e7167 100644
--- a/cut-n-paste/zoom-control/ephy-zoom-action.c
+++ b/cut-n-paste/zoom-control/ephy-zoom-action.c
@@ -154,7 +154,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),