summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-09-09 17:29:55 +0200
committerraveit65 <[email protected]>2017-11-27 10:13:51 +0100
commiteef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef (patch)
treee82595ad5c4510bccf465de657c6eeb3dd8854dd
parent819101eaa54e471fd7eccdfafb8eaf74094a49ed (diff)
downloadatril-eef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef.tar.bz2
atril-eef7bfa5dcf4a837cd3f5a6c9fe7bbb86a8ac0ef.tar.xz
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
-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);