summaryrefslogtreecommitdiff
path: root/shell/ev-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.c')
-rw-r--r--shell/ev-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 2359f702..21b67cee 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -5925,13 +5925,13 @@ ev_window_cmd_view_toggle_caret_navigation (GtkAction *action,
message_area = ev_message_area_new (GTK_MESSAGE_QUESTION,
_("Enable caret navigation?"),
GTK_STOCK_NO, GTK_RESPONSE_NO,
- "_Enable", GTK_RESPONSE_YES,
+ _("_Enable"), GTK_RESPONSE_YES,
NULL);
ev_message_area_set_secondary_text (EV_MESSAGE_AREA (message_area),
_("Pressing F7 turns the caret navigation on or off. "
"This feature places a moveable cursor in text pages, "
"allowing you to move around and select text with your keyboard. "
- "Do you want to enable the caret navigation on?"));
+ "Do you want to enable the caret navigation?"));
window->priv->ask_caret_navigation_check = gtk_check_button_new_with_label (_("Don't show this message again"));
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);