diff options
Diffstat (limited to 'src/toolbars/navigation')
-rw-r--r-- | src/toolbars/navigation/main-menu.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/toolbars/navigation/main-menu.c b/src/toolbars/navigation/main-menu.c index f4290b7..f64cfee 100644 --- a/src/toolbars/navigation/main-menu.c +++ b/src/toolbars/navigation/main-menu.c @@ -322,25 +322,25 @@ create_main_grid(MqMainMenu *main_menu) /* Y, X, ID, ICON, LABEL, * TOOLTIP */ - NEW_BTN(0, 0, new_window, "window-new", "New window", + NEW_BTN(0, 0, new_window, "window-new", "New Window", "Open a new window"); NEW_BTN(0, 1, find, "edit-find", "Find", "Find text in this page"); - NEW_BTN(0, 2, fullscreen, "view-fullscreen", "Full screen", + NEW_BTN(0, 2, fullscreen, "view-fullscreen", "Full Screen", "Display the window in full screen"); /* Y, X, ID, ICON, LABEL, * TOOLTIP */ - NEW_BTN(1, 0, open, "document-open", "Open file", + NEW_BTN(1, 0, open, "document-open", "Open File", "Open a local file"); - NEW_BTN(1, 1, save, "document-save-as", "Save page", + NEW_BTN(1, 1, save, "document-save-as", "Save Page", "Save this page"); - NEW_BTN(1, 2, email_link, "mail-message-new", "E-mail link", + NEW_BTN(1, 2, email_link, "mail-message-new", "E-mail Link", "E-mail a link to this page"); /* Y, X, ID, ICON, LABEL, * TOOLTIP */ - NEW_BTN(2, 0, print_preview, "document-print-preview", "Print preview", + NEW_BTN(2, 0, print_preview, "document-print-preview", "Print Preview", "Preview this page"); NEW_BTN(2, 1, print, "document-print", "Print", "Print this page"); |