From 13dae597cd25fbb3364eba54bf50af4ec4ebd5dc Mon Sep 17 00:00:00 2001
From: Indranil Das Gupta <indradg@gmail.com>
Date: Tue, 26 May 2015 02:47:00 +0530
Subject: [PATCH] Followup - instruction for preftype selection

removes the now redundant instruction "Note: you should have no
reasons to modify the following default values" and replaces it
with "Note: change the variable type to one of the dropdown values
as needed"

http://bugs.koha-community.org/show_bug.cgi?id=14268

Signed-off-by: Tadeasm <tadeas.moravec@gmail.com>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
index ddfee8a..d872ec5 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt
@@ -197,7 +197,7 @@
         
         <fieldset class="brief">
         <legend>Koha internal</legend>
-        <div class="hint">Note: you should have no reasons to modify the following default values</div>
+        <div class="hint">Note: change the variable type to one of the dropdown values as needed</div>
         <ol>
         <li><label for="preftype">Variable type:</label>
         <select name="preftype" id="preftype">
-- 
2.1.4