From 88aa5bd7a8a48dbe771a5def877e97c6c7f36e56 Mon Sep 17 00:00:00 2001 From: Baurzhan Muftakhidinov Date: Wed, 22 Mar 2017 08:38:00 +0500 Subject: Add missing comma. --- shell/ev-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ev-window.c b/shell/ev-window.c index 30b2be9e..57bce7c7 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -1074,7 +1074,7 @@ update_document_mode (EvWindow *window, EvDocumentMode mode) if (mode == EV_DOCUMENT_MODE_PRESENTATION) { if (window->priv->document) { if (window->priv->document->iswebdocument) { - ev_window_warning_message(window,_("Cannot enter presentation mode with ePub documents use fullscreen mode instead.")); + ev_window_warning_message(window,_("Cannot enter presentation mode with ePub documents, use fullscreen mode instead.")); return; } } -- cgit v1.2.1