From 759d02b83e6d7b57c513948598e96c4a2e489d49 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) Content-Type: text/plain; charset="utf-8" Correcting capitalization in Installer templates --- .../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 909398e..026d022 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 52c52c6..3712217 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.

-

Click Next to continue

+

Click 'Next' to continue

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

Click Next to continue

+

Click 'Next' to continue

[% END %] -- 1.7.5.4