devhelp r919 - in trunk: . src
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: devhelp r919 - in trunk: . src
- Date: Sun, 13 Jan 2008 13:45:53 +0000 (GMT)
Author: wbolster
Date: Sun Jan 13 13:45:52 2008
New Revision: 919
URL: http://svn.gnome.org/viewvc/devhelp?rev=919&view=rev
Log:
2008-01-13 Wouter Bolsterlee <wbolster svn gnome org>
reviewed by: Richart Hult
* src/dh-window.c:
Use "text size" instead of "zoom" in the menus and
buttons. Fixes bug #508111. Add tooltips to navigational
toolbar items. Fixes bug #508513.
Modified:
trunk/ChangeLog
trunk/src/dh-window.c
Modified: trunk/src/dh-window.c
==============================================================================
--- trunk/src/dh-window.c (original)
+++ trunk/src/dh-window.c Sun Jan 13 13:45:52 2008
@@ -213,9 +213,11 @@
G_CALLBACK (window_activate_preferences) },
/* Go menu */
- { "Back", GTK_STOCK_GO_BACK, NULL, "<alt>Left", NULL,
+ { "Back", GTK_STOCK_GO_BACK, NULL, "<alt>Left",
+ N_("Go to the previous page"),
G_CALLBACK (window_activate_back) },
- { "Forward", GTK_STOCK_GO_FORWARD, NULL, "<alt>Right", NULL,
+ { "Forward", GTK_STOCK_GO_FORWARD, NULL, "<alt>Right",
+ N_("Go to the next page"),
G_CALLBACK (window_activate_forward) },
{ "ShowContentsTab", NULL, N_("_Contents Tab"), "<ctrl>B", NULL,
@@ -225,11 +227,14 @@
G_CALLBACK (window_activate_show_search) },
/* View menu */
- { "ZoomIn", GTK_STOCK_ZOOM_IN, NULL, "<ctrl>plus", NULL,
+ { "ZoomIn", GTK_STOCK_ZOOM_IN, N_("_Larger Text"), "<ctrl>plus",
+ N_("Increase the text size"),
G_CALLBACK (window_activate_zoom_in) },
- { "ZoomOut", GTK_STOCK_ZOOM_OUT, NULL, "<ctrl>minus", NULL,
+ { "ZoomOut", GTK_STOCK_ZOOM_OUT, N_("S_maller Text"), "<ctrl>minus",
+ N_("Decrease the text size"),
G_CALLBACK (window_activate_zoom_out) },
- { "ZoomDefault", GTK_STOCK_ZOOM_100, NULL, "<ctrl>0", NULL,
+ { "ZoomDefault", GTK_STOCK_ZOOM_100, N_("_Normal size"), "<ctrl>0",
+ N_("Use the normal text size"),
G_CALLBACK (window_activate_zoom_default) },
/* About menu */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]