From f023c68e1425535b9c268586654ab81924753cf2 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sun, 5 Nov 2017 09:43:38 +0100
Subject: [PATCH] comment out empty language string

The empty string is not translatable in the translation interface and
causes all languages to be <100%

This is an alternative approach to #2164
---
 inc/lang/en/lang.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 2e7d368e2..5bb0e5eaf 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -370,5 +370,5 @@ $lang['page_nonexist_rev']     = 'Page did not exist at %s. It was subsequently
 $lang['unable_to_parse_date']  = 'Unable to parse at parameter "%s".';
 $lang['email_signature_text'] = 'This mail was generated by DokuWiki at
 @DOKUWIKIURL@';
-$lang['email_signature_html'] = '';
-//Setup VIM: ex: et ts=2 :
+#$lang['email_signature_html'] = ''; # the empty default will copy the text signature, you can override it in a local lang file
+
-- 
GitLab