aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
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 /phpBB/install
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
Diffstat (limited to 'phpBB/install')
-rwxr-xr-xphpBB/install/install_install.php2
1 files changed, 2 insertions, 0 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)
{