aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xphpBB/install/index.php10
-rw-r--r--phpBB/language/en/common.php2
2 files changed, 1 insertions, 11 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 15e6f6aa6f..51ab82ba3c 100755
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -313,8 +313,6 @@ class module
'L_INSTALL_PANEL' => $lang['INSTALL_PANEL'],
'PAGE_TITLE' => $this->get_page_title(),
- 'META' => $this->get_meta(),
-
'S_CONTENT_DIRECTION' => $lang['DIRECTION'],
'S_CONTENT_ENCODING' => $lang['ENCODING'],
'S_CONTENT_DIR_LEFT' => $lang['LEFT'],
@@ -375,14 +373,6 @@ class module
}
/**
- * Returns the desired meta tags for the page
- */
- function get_meta()
- {
- return (isset($this->module->meta)) ? $this->module->meta : '';
- }
-
- /**
* Generate the navigation tabs
*/
function generate_navigation()
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php
index 1c49487d80..8d5b905ac4 100644
--- a/phpBB/language/en/common.php
+++ b/phpBB/language/en/common.php
@@ -313,7 +313,7 @@ $lang = array_merge($lang, array(
'NO_FORUM' => 'The forum you selected does not exist',
'NO_FORUMS' => 'This board has no forums',
'NO_GROUP' => 'The requested usergroup does not exist.',
- 'NO_GROUP_MEMBERS' => 'This group is currently not having any members assigned',
+ 'NO_GROUP_MEMBERS' => 'This group currently has no members',
'NO_MEMBERS' => 'No members found for this search criteria',
'NO_MESSAGES' => 'No messages',
'NO_MODERATORS' => 'No moderators assigned at this board.',