aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-31 05:39:57 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-31 05:39:57 +0800
commit76483001e27ea8965f86ae420fb6d4d20f246785 (patch)
tree0527e12bd0ede174be9fe1e48db5acdfa36ed192 /src/ephy-window.c
parent1043abd52b4792e5908ff7a76617868f5699c5d6 (diff)
downloadgsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar.gz
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar.bz2
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar.lz
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar.xz
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.tar.zst
gsoc2013-epiphany-76483001e27ea8965f86ae420fb6d4d20f246785.zip
Change text for zoom in/out.
2006-01-30 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Change text for zoom in/out.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 64b17bb3f..782033f42 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -207,10 +207,10 @@ static const GtkActionEntry ephy_menu_entries [] = {
{ "ViewReload", GTK_STOCK_REFRESH, N_("_Reload"), "<control>R",
N_("Display the latest content of the current page"),
G_CALLBACK (window_cmd_view_reload) },
- { "ViewZoomIn", GTK_STOCK_ZOOM_IN, N_("Zoom _In"), "<control>plus",
+ { "ViewZoomIn", GTK_STOCK_ZOOM_IN, N_("_Larger Text"), "<control>plus",
N_("Increase the text size"),
G_CALLBACK (window_cmd_view_zoom_in) },
- { "ViewZoomOut", GTK_STOCK_ZOOM_OUT, N_("Zoom _Out"), "<control>minus",
+ { "ViewZoomOut", GTK_STOCK_ZOOM_OUT, N_("S_maller Text"), "<control>minus",
N_("Decrease the text size"),
G_CALLBACK (window_cmd_view_zoom_out) },
{ "ViewZoomNormal", GTK_STOCK_ZOOM_100, N_("_Normal Size"), "<control>0",