GNOME Bugzilla – Bug 708246
Enable button for caret navigation is untranslatable
Last modified: 2013-09-17 16:13:16 UTC
The Enable button for caret navigation is untranslatable. See the following patch: diff --git a/shell/ev-window.c b/shell/ev-window.c index f258155..a11fe50 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5697,7 +5697,7 @@ 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. "
Created attachment 255110 [details] [review] Mark the label as translatable Here is a patch. I'd like to push it for 3.10.0.
Comment on attachment 255110 [details] [review] Mark the label as translatable Good catch, please push it. Thanks!
Review of attachment 255110 [details] [review]: Thanks. Pushed: https://git.gnome.org/browse/evince/commit/?id=f847cd03be1ba2234124103c79e0cf6e03174a8c