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 <hector.hecaxmmx@gmail.com>
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 <hector.hecaxmmx@gmail.com>
Word 'Note' removed

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Marc Véron 2015-11-21 03:25:56 +01:00 committed by Brendan A Gallagher
parent b0e833f9f5
commit 29a4300c07

View file

@ -34,7 +34,7 @@ listed, please inform your systems administrator.</p>
<p>All required Perl modules appear to be installed.<br />
[% ELSE %]
[% IF ( missing_modules ) %]
<p>Some Perl modules are missing. Modules in red <b>must</b> be installed before you may continue.<br />
<p><b>Warning: </b>Some Perl modules are missing.<br />Modules in red must be installed before you may continue.<br />
<ul>
[% FOREACH missing_module IN missing_modules %]
[% IF ( missing_module.require ) %]