From 3ebac0167bf20104fb7a2a55934765117760264c Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 18 Aug 2014 03:53:18 -0400
Subject: [PATCH] Only add zen-mode text labels in compose step

---
 program/js/tinymce/langs/en_GB.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/js/tinymce/langs/en_GB.js b/program/js/tinymce/langs/en_GB.js
index bb21dd6..a588b88 100644
--- a/program/js/tinymce/langs/en_GB.js
+++ b/program/js/tinymce/langs/en_GB.js
@@ -91,7 +91,9 @@
 "Insert link": "Insert link",
 "New window": "New window",
 "None": "None",
+"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?",
 "Target": "Target",
+"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
 "Insert\/edit link": "Insert\/edit link",
 "Insert\/edit video": "Insert\/edit video",
 "Poster": "Poster",

--
Gitblit v1.9.1