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: (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):
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;