Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@cvs.gnome.org>2006-12-13 21:51:06 (GMT)
committer Wouter Bolsterlee <wbolster@src.gnome.org>2006-12-13 21:51:06 (GMT)
commitc6d1a512d033c4f9a748816665f730e1227f29a2 (patch)
treed8816eca167b1922550ac08b67e15933aed61619 /shell
parent9f90bbb7a2b8d853b72bb2e0f06a7a9666c4389d (diff)
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view.c b/shell/ev-view.c
index 22e6270..01397a1 100644
--- a/shell/ev-view.c
+++ b/shell/ev-view.c
@@ -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;