From a3175cac38222deecc8e2dac4572c4c510a591e7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 16 Apr 2018 11:14:50 -0300 Subject: [PATCH] Bug 19882: Fix syntax issue in .pref file The translate script raised an error: Use of uninitialized value $pref_name in concatenation (.) or string at LangInstaller.pm line 190. --- .../prog/en/modules/admin/preferences/enhanced_content.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref index 56f9c56e7e..81e96c6147 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref @@ -104,7 +104,7 @@ Enhanced Content: - pref: NovelistSelectStaffProfile - on the staff client - - - Access Novelist Select using password: + - Access Novelist Select using password - pref: NovelistSelectPassword class: password - . -- 2.11.0