diff options
| author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 22:03:08 +0000 |
|---|---|---|
| committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-03-05 22:03:08 +0000 |
| commit | 46825d33bc889161f9a9cca3c96e63940ed5a21b (patch) | |
| tree | 2cb09b45fc94bdf1729d64db7052a532528b4fab /phpBB/install/index.php | |
| parent | fe0a81d27032a6e2c245b396b72ce80dec5b447f (diff) | |
| download | forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.gz forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.bz2 forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.tar.xz forums-46825d33bc889161f9a9cca3c96e63940ed5a21b.zip | |
#7990
Ahem... yes, assigning it first if one is using it would be handy... ^_^;;
git-svn-id: file:///svn/phpbb/trunk@7127 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/index.php')
| -rwxr-xr-x | phpBB/install/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 77dc8097d2..6d5c8996ae 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -335,6 +335,7 @@ class module 'L_CHANGE' => $lang['CHANGE'], 'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'], 'L_SELECT_LANG' => $lang['SELECT_LANG'], + 'L_SKIP' => $lang['SKIP'], 'PAGE_TITLE' => $this->get_page_title(), 'T_IMAGE_PATH' => $phpbb_root_path . 'adm/images/', |
