From eecd136924e31753a2bbf121cf39514330f2515a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20V=C3=A9ron?=
Date: Wed, 25 Nov 2015 16:53:52 +0100
Subject: [PATCH] Bug 15238: (followup) Remove word 'Note:'
'Note: ' removed as requested in comment #3
---
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
index eeb42ee..89da761 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt
@@ -34,7 +34,7 @@ listed, please inform your systems administrator.
All required Perl modules appear to be installed.
[% ELSE %]
[% IF ( missing_modules ) %]
-
Warning: Some Perl modules are missing.
Note: Modules in red must be installed before you may continue.
+
Warning: Some Perl modules are missing.
Modules in red must be installed before you may continue.
[% FOREACH missing_module IN missing_modules %]
[% IF ( missing_module.require ) %]
--
1.7.10.4