X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-view.c;h=3c2090dbbe0398a4912bc69e27b5edf52d7041f3;hb=5379b134607e3a198257d7b379ca804944f4e838;hp=32ba7c3ee28f8161f07d91978c66b7af1da1ee55;hpb=872101b786854841e6b32cac322f08d3dde6b946;p=evince.git diff --git a/shell/ev-view.c b/shell/ev-view.c index 32ba7c3e..3c2090db 100644 --- a/shell/ev-view.c +++ b/shell/ev-view.c @@ -1379,10 +1379,10 @@ tip_from_link (EvView *view, EvLink *link) break; case EV_LINK_ACTION_TYPE_GOTO_REMOTE: if (title) { - msg = g_strdup_printf (_("Go to %s on file %s"), title, + msg = g_strdup_printf (_("Go to %s on file “%s”"), title, ev_link_action_get_filename (action)); } else { - msg = g_strdup_printf (_("Go to file %s"), + msg = g_strdup_printf (_("Go to file “%s”"), ev_link_action_get_filename (action)); }