From c0401d62aa041fd24c87ce4c74ba0c6a3e2962e5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 6 Apr 2012 15:42:02 -0400 Subject: [PATCH] Bug 2780 - Capitalize strings consistently (Installer) Correcting capitalization in Installer templates Signed-off-by: Katrin Fischer --- .../prog/en/modules/installer/auth.tt | 2 +- .../prog/en/modules/installer/step1.tt | 10 +++++----- .../prog/en/modules/installer/step2.tt | 11 ++++------- .../prog/en/modules/installer/step3.tt | 18 +++++++++--------- 4 files changed, 19 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt index 909398e746..026d02278b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/auth.tt @@ -32,7 +32,7 @@ [% FOREACH INPUT IN INPUTS %] [% END %] -

Welcome to the Koha Web Installer

+

Welcome to the Koha web installer

Before we begin, please verify you have the correct credentials to continue. Please log in with the username and password given to you by your systems administrator and located in your koha-conf.xml configuration file.

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 52c52c6b27..37122174c5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step1.tt @@ -1,8 +1,8 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Web Installer › Step 1 +Koha › Web installer › Step 1 [% INCLUDE 'installer-doc-head-close.inc' %]
-

Koha Web Installer › Step 1

+

Koha Web installer › Step 1

[% UNLESS ( language ) %]

You are about to install Koha.

@@ -26,13 +26,13 @@ listed, please inform your systems administrator.

-

Click Next to continue

+

Click 'Next' to continue

[% END %] [% IF ( language ) %] [% UNLESS ( checkmodule ) %] [% IF ( missing_modules ) %] -

Some perl modules are missing. Modules in red must be installed before you may continue.
+

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 ) %] @@ -59,7 +59,7 @@ listed, please inform your systems administrator.

    [% IF ( checkmodule ) %]

    All dependencies installed.

    -

    Please click next to continue

    +

    Please click 'Next' to continue

    [% ELSE %]

    Click to recheck dependencies

    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt index 1cac173f82..458ff42cb9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt @@ -1,10 +1,7 @@ - - - -[% INCLUDE 'doc-head-open.inc' %]Koha › Web Installer › Step 2 +[% INCLUDE 'doc-head-open.inc' %]Koha › Web installer › Step 2 [% INCLUDE 'installer-doc-head-close.inc' %]
    -

    Koha Web Installer › Step 2

    +

    Koha Web installer › Step 2

    Database settings:

    • database type : [% dbms %]
    • @@ -44,14 +41,14 @@ [% END %] [% IF ( error ) %][% ELSE %] -

      Click Next to continue

      +

      Click 'Next' to continue

      [% END %] [% ELSE %]
      -

      Please click Next to continue if this information is correct

      +

      Please click 'Next' to continue if this information is correct

      [% END %]
    diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt index 9db885ab91..7351c36ed7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/installer/step3.tt @@ -1,8 +1,8 @@ -[% INCLUDE 'doc-head-open.inc' %]Koha › Web Installer › Step 3 +[% INCLUDE 'doc-head-open.inc' %]Koha › Web installer › Step 3 [% IF ( finish ) %][% END %] [% INCLUDE 'installer-doc-head-close.inc' %]
    -

    Koha Web Installer › Step 3

    +

    Koha Web installer › Step 3

    [% IF ( selectframeworks ) %] [% END %] [% IF ( finish ) %] -

    Congratulations, Installation complete

    +

    Congratulations, installation complete

    If this page does not redirect in 5 seconds, click here.

    [% END %] [% IF ( choosemarc ) %] -

    Select your MARC flavour

    +

    Select your MARC flavor

    @@ -96,7 +96,7 @@
    [% END %]

    -

    Click Next to continue

    +

    Click 'Next' to continue

    [% END %] @@ -107,7 +107,7 @@ [% IF ( frameworksloop ) %] -

    MARC Frameworks: [% marcflavour %]

    +

    MARC frameworks: [% marcflavour %]

    [% IF ( en_marc_frameworks ) %]

    No MARC frameworks are available for your language. Defaulting to the frameworks supplied for English (en)

    @@ -182,7 +182,7 @@ [% END %]

    All done!

    Installation complete.
    -

    Click on Finish to complete and load the Koha Staff Interface. +

    Click on 'Finish' to complete and load the Koha Staff Interface.

    @@ -204,7 +204,7 @@
-

Click Next to continue

+

Click 'Next' to continue

[% END %] [% END %] @@ -215,7 +215,7 @@
-

Click Next to continue

+

Click 'Next' to continue

[% END %] -- 2.39.2