diff options
author | Baurzhan Muftakhidinov <[email protected]> | 2017-03-22 08:38:00 +0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-03 18:50:49 +0200 |
commit | 64eff64216858ac12ba69ed665165be6ab79b4b4 (patch) | |
tree | 989c121d6b840ca5607e1e2e4e9e5fc2c14679b8 /shell | |
parent | 5214964910b9061c0777f3a8f2efacf7136508e2 (diff) | |
download | atril-64eff64216858ac12ba69ed665165be6ab79b4b4.tar.bz2 atril-64eff64216858ac12ba69ed665165be6ab79b4b4.tar.xz |
Add missing comma.
Diffstat (limited to 'shell')
-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; } } |