From 347341b63c76f706774803586380f40ff66779dc Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 13 Jan 2006 12:54:26 +0000 Subject: Add translator comments --- src/ephy-window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ephy-window.c b/src/ephy-window.c index ece7da772..612a55fd2 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -1298,8 +1298,10 @@ setup_ui_manager (EphyWindow *window) action = gtk_action_group_get_action (action_group, "ViewEncoding"); g_object_set (action, "hide_if_empty", FALSE, NULL); action = gtk_action_group_get_action (action_group, "ViewZoomIn"); + /* Translators: This refers to text size */ g_object_set (action, "short-label", _("Larger"), NULL); action = gtk_action_group_get_action (action_group, "ViewZoomOut"); + /* Translators: This refers to text size */ g_object_set (action, "short-label", _("Smaller"), NULL); action_group = gtk_action_group_new ("PopupsActions"); -- cgit v1.2.3