diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-10-01 19:37:11 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-10-01 19:37:11 +0000 |
commit | 652bdcbb91ef1dc2e7db37d05093c75f5a449eac (patch) | |
tree | c434341d0dd394f7aca7a60c0ac834c9318aa764 /phpBB | |
parent | 552d9f6df2eb354e16aa47121f2cff9d64ee33fc (diff) | |
download | forums-652bdcbb91ef1dc2e7db37d05093c75f5a449eac.tar forums-652bdcbb91ef1dc2e7db37d05093c75f5a449eac.tar.gz forums-652bdcbb91ef1dc2e7db37d05093c75f5a449eac.tar.bz2 forums-652bdcbb91ef1dc2e7db37d05093c75f5a449eac.tar.xz forums-652bdcbb91ef1dc2e7db37d05093c75f5a449eac.zip |
Changes in install
git-svn-id: file:///svn/phpbb/trunk@1108 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rwxr-xr-x | phpBB/language/lang_english.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 44648c5679..1a8adffe6f 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -962,7 +962,7 @@ $lang['Inst_Step_2'] = "Your admin username has been created. At this point you $lang['Finish_Install'] = "Finish Installation"; $lang['Install_db_error'] = "An error occured trying to update the database"; $lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$lang['ODBC_Instructs'] variable!"; - +$lang['Table_Prefix'] = "Table Name Prefix"; // // End |