From eef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 9 Sep 2017 17:29:55 +0200 Subject: Some text fixes for caret message area https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=f847cd0 https://git.gnome.org/browse/evince/commit/?id=aa76196 --- shell/ev-window.c | 4 ++-- 1 file 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); -- cgit v1.2.1