From 1be84df9f63b9d0c4cd94caff9970115b8263ee4 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 16 Jan 2009 03:37:52 +0000 Subject: Bug 473883: Re-arrange Perl module instructions so that required modules are listed at the end Patch By Max Kanat-Alexander (module owner) a=mkanat --- template/en/default/setup/strings.txt.pl | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'template/en/default/setup/strings.txt.pl') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 38464807c..d2a846d51 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -33,7 +33,15 @@ checking_dbd => 'Checking available perl DBD modules...', checking_optional => 'The following Perl modules are optional:', checking_modules => 'Checking perl modules...', - commands_to_install => 'COMMANDS TO INSTALL:', + commands_dbd => < 'COMMANDS TO INSTALL OPTIONAL MODULES:', + commands_required => < 'done.', header => "* This is Bugzilla ##bz_ver## on perl ##perl_ver##\n" . "* Running on ##os_name## ##os_ver##", @@ -64,12 +72,8 @@ EOT *********************************************************************** * In order to access your database, Bugzilla requires that the * * correct "DBD" module be installed for the database that you are * -* running. * -* * -* Pick and run the correct command below for the database that you * -* plan to use with Bugzilla. * -*********************************************************************** -COMMANDS: +* running. See below for the correct command to run to install the * +* appropriate module for your database. * EOT modules_message_optional => < < "found v##ver##", @@ -120,7 +118,6 @@ EOT * Do that last command over and over until you see "theory58S" at the * * top of the displayed list. * EOT - run_as_root => '* NOTE: You must run any commands listed below as ##root##', template_precompile => "Precompiling templates...", template_removing_dir => "Removing existing compiled templates...", ); -- cgit v1.2.3-24-g4f1b