From 66f5db4cecdc205f439a131f9b34124cf098337a Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Wed, 28 Jun 2006 20:26:45 +0000 Subject: [PATCH] Nothing interesting, just a couple of slight language alterations git-svn-id: file:///svn/phpbb/trunk@6130 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/install_install.php | 2 ++ phpBB/language/en/install.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index c91bd63e0e..a7ba35076e 100755 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -910,6 +910,8 @@ class install_install extends module { global $db, $lang, $template, $phpbb_root_path, $phpEx; + $this->page_title = $lang['STAGE_CREATE_TABLE']; + // Obtain any submitted data foreach ($this->request_vars as $var) { diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 4f168637df..d4e7d84716 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -175,7 +175,7 @@ $lang = array_merge($lang, array( 'NOT_UNDERSTAND' => 'Could not understand %s #%d, table %s ("%s")', 'NO_CONVERTORS' => 'No convertors are available for use', 'NO_CONVERT_SPECIFIED' => 'No convertor specified', - 'NO_LOCATION' => 'Cannot determine location', + 'NO_LOCATION' => 'Cannot determine location. If you know Imagemagick is installed, you may specify the location later within your Administration Panel', 'NO_TABLES_FOUND' => 'No tables found.', // TODO: Write some explanatory introduction text 'OVERVIEW_BODY' => 'Welcome to our first public beta of the next-generation of phpBB after 2.0.x, phpBB 3.0! This beta release is intended for advanced users to try out on dedicated development enviroments to help us finish creating the best Opensource Bulletin Board solution available.

Note: This release is not final and made available for testing purposes only.

This installation system will guide you through the process of installing phpBB, converting from a different software package or updating to the latest version of phpBB. For more information on each option, select it from the menu above.',