diff options
author | Christian Persch <chpe@src.gnome.org> | 2006-01-13 20:54:26 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-13 20:54:26 +0800 |
commit | 347341b63c76f706774803586380f40ff66779dc (patch) | |
tree | edff42b4d1103e73b2159f74a4b47e4a8a4f4fa2 /src/ephy-window.c | |
parent | 3ed2c5710fa0bbb4e0c22b9a0212a6bbed5f74fc (diff) | |
download | gsoc2013-epiphany-347341b63c76f706774803586380f40ff66779dc.tar.gz gsoc2013-epiphany-347341b63c76f706774803586380f40ff66779dc.tar.zst gsoc2013-epiphany-347341b63c76f706774803586380f40ff66779dc.zip |
Add translator comments
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |