From 4255d4c2f4d12b74f2dfd29b8e737955b20a329c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20V=C3=A9ron?=
Date: Sat, 21 Nov 2015 03:25:56 +0100
Subject: [PATCH] Bug 15238 - Better translatability for Installer Step 1
This Bug streamlines html in installer/step1.tt for better translatibility.
To test:
Reviwe code and verify that changes in text make sense.
---
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 4fb70b5..eeb42ee 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 ) %]
-
Some Perl modules are missing. Modules in red must be installed before you may continue.
+
Warning: Some Perl modules are missing.
Note: Modules in red must be installed before you may continue.
[% FOREACH missing_module IN missing_modules %]
[% IF ( missing_module.require ) %]
--
1.7.10.4