From 82e06a8e31268c29c41352230e330556fec282f8 Mon Sep 17 00:00:00 2001
From: Jan Szejko <janek37@gmail.com>
Date: Fri, 10 Mar 2017 15:21:49 +0100
Subject: [PATCH] add missing text for translation

---
 src/editor/translation-fix.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/editor/translation-fix.js b/src/editor/translation-fix.js
index 3a8216e..2f01c4c 100644
--- a/src/editor/translation-fix.js
+++ b/src/editor/translation-fix.js
@@ -4,10 +4,11 @@ gettext('remove');
 gettext('Delete this comment?');
 gettext('Delete');
 
-// template.html
+// mainbar/template.html
 gettext('Exit');
 gettext('Preview saved version');
 gettext('Attachments');
+gettext('no draft exists');
 gettext('drop a working draft');
 
 // documentSummary.html
-- 
2.20.1