diff options
author | Mate Bartus <mate.bartus@gmail.com> | 2015-12-03 20:31:49 +0100 |
---|---|---|
committer | Mate Bartus <mate.bartus@gmail.com> | 2015-12-03 20:31:49 +0100 |
commit | 02a9264780f3896cf88b9d793dbf8831aa54e029 (patch) | |
tree | dc83aaacf8d2a9cc14b0d52275aa49282ebfb4af /phpBB/language | |
parent | 93b37b24c2d546a2bc80830508d64338a24f9afa (diff) | |
download | forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.gz forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.bz2 forums-02a9264780f3896cf88b9d793dbf8831aa54e029.tar.xz forums-02a9264780f3896cf88b9d793dbf8831aa54e029.zip |
[ticket/14269] Fix comments and language var names
PHPBB3-14269
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 2341a12842..85592bbc0d 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -83,8 +83,8 @@ $lang = array_merge($lang, array( 'ACP_LINK' => 'Take me to <a href="%1$s">the ACP</a>', - 'INSTALL_PHPBB_IS_ALREADY_INSTALLED' => 'phpBB is already installed.', - 'INSTALL_PHPBB_IS_NOT_INSTALLED' => 'phpBB is not installed yet.' + 'INSTALL_PHPBB_INSTALLED' => 'phpBB is already installed.', + 'INSTALL_PHPBB_NOT_INSTALLED' => 'phpBB is not installed yet.' )); // Requirements translation |