Skip to content

Commit

Permalink
ev-window: Fix enable caret navigation question message
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Garcia Campos committed Mar 30, 2014
1 parent a203fc1 commit aa76196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/ev-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -5731,7 +5731,7 @@ ev_window_cmd_view_toggle_caret_navigation (GtkAction *action,
_("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);
Expand Down

0 comments on commit aa76196

Please sign in to comment.