]> www.fi.muni.cz Git - evince.git/commitdiff
Corrected "end of presentation" string.
authorWouter Bolsterlee <wbolster@cvs.gnome.org>
Wed, 13 Dec 2006 21:51:06 +0000 (21:51 +0000)
committerWouter Bolsterlee <wbolster@src.gnome.org>
Wed, 13 Dec 2006 21:51:06 +0000 (21:51 +0000)
2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

* shell/ev-view.c: (draw_end_presentation_page):

Corrected "end of presentation" string.

ChangeLog
shell/ev-view.c

index 22cd788d99712053d609833cd462b170cc2e111e..ff577e3f101669998f24d0402e371c81fa0a2caf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
+
+       * shell/ev-view.c: (draw_end_presentation_page):
+
+       Corrected "end of presentation" string.
+
 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
 
        * shell/ev-view.c: (ev_view_key_press_event):
index 22e6270d1596b67e906b50858e021378c61fd5f1..01397a1c5fc1496eb56081829864020c0a4692fc 100644 (file)
@@ -1793,7 +1793,7 @@ draw_end_presentation_page (EvView       *view,
        PangoLayout *layout;
        PangoFontDescription *font_desc;
        gchar *markup;
-       const gchar *text = _("End of presentation, press Escape to exit.");
+       const gchar *text = _("End of presentation. Press Escape to exit.");
 
        if (view->presentation_state != EV_PRESENTATION_END)
                return;