aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-06-28 20:26:45 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-06-28 20:26:45 +0000
commit66f5db4cecdc205f439a131f9b34124cf098337a (patch)
tree0589e27d984f8e95e5876118f315cd7e706ea581
parentc748c31fe5ea4983c66ab3b41ff359b0425f1fa5 (diff)
downloadforums-66f5db4cecdc205f439a131f9b34124cf098337a.tar
forums-66f5db4cecdc205f439a131f9b34124cf098337a.tar.gz
forums-66f5db4cecdc205f439a131f9b34124cf098337a.tar.bz2
forums-66f5db4cecdc205f439a131f9b34124cf098337a.tar.xz
forums-66f5db4cecdc205f439a131f9b34124cf098337a.zip
Nothing interesting, just a couple of slight language alterations
git-svn-id: file:///svn/phpbb/trunk@6130 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-xphpBB/install/install_install.php2
-rwxr-xr-xphpBB/language/en/install.php2
2 files changed, 3 insertions, 1 deletions
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.</p><p><strong style="text-transform: uppercase;">Note:</strong> This release is <strong style="text-transform: uppercase;">not final</strong> and made available for testing purposes <strong style="text-transform: uppercase;">only</strong>.</p><p>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.',