diff options
author | Baurzhan Muftakhidinov <[email protected]> | 2017-03-22 08:38:00 +0500 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-18 21:40:13 +0300 |
commit | 88aa5bd7a8a48dbe771a5def877e97c6c7f36e56 (patch) | |
tree | 4067283d2788d7a228f03d9a71cc55ccce23583c | |
parent | a089f6a581839d902946357b094e27f5ab4d2dba (diff) | |
download | atril-88aa5bd7a8a48dbe771a5def877e97c6c7f36e56.tar.bz2 atril-88aa5bd7a8a48dbe771a5def877e97c6c7f36e56.tar.xz |
Add missing comma.
-rw-r--r-- | shell/ev-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |