[evince] libview: Add Esc key to message for exiting a presentation



commit 8ec05da55d71141045c85352986d36f3918f1547
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Sun Jul 15 22:44:53 2018 -0400

    libview: Add Esc key to message for exiting a presentation

 libview/ev-view-presentation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libview/ev-view-presentation.c b/libview/ev-view-presentation.c
index 4e02fbf9..377cc963 100644
--- a/libview/ev-view-presentation.c
+++ b/libview/ev-view-presentation.c
@@ -1052,7 +1052,7 @@ ev_view_presentation_draw_end_page (EvViewPresentation *pview,
        PangoLayout *layout;
        PangoFontDescription *font_desc;
        gchar *markup;
-       const gchar *text = _("End of presentation. Click to exit.");
+       const gchar *text = _("End of presentation. Press Esc or click to exit.");
 
        if (pview->state != EV_PRESENTATION_END)
                return;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]