From 29a4300c0727b779e1a0e83a35cd772828debde2 Mon Sep 17 00:00:00 2001
From: =?utf8?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.
Signed-off-by: Hector Castro
To reproduce in Debian environment, remove a required module with
dpkg -r. Rewording Ok for translation purposes
Bug 15238: (followup) Remove word 'Note:'
'Note: ' removed as requested in comment #3
Signed-off-by: Hector Castro
Word 'Note' removed
Signed-off-by: Jonathan Druart
Signed-off-by: Brendan A Gallagher
---
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 4fb70b5428..89da761eb9 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.
Modules in red must be installed before you may continue.
[% FOREACH missing_module IN missing_modules %]
[% IF ( missing_module.require ) %]
--
2.39.5