From 9f8bc2a0dfc320d13bbc2189bc34ae19e08c0c53 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 15 Apr 2003 21:38:19 +0000 Subject: [PATCH] Missed string git-svn-id: file:///svn/phpbb/trunk@3839 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_permissions.php | 2 +- phpBB/language/en/lang_admin.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/adm/admin_permissions.php b/phpBB/adm/admin_permissions.php index e5832f910a..befd8aeaaa 100644 --- a/phpBB/adm/admin_permissions.php +++ b/phpBB/adm/admin_permissions.php @@ -830,7 +830,7 @@ if (in_array($submit, array('add_options', 'edit_options', 'presetsave', 'preset // Should we display a dropdown for views? if (in_array($mode, array('admin', 'supermod', 'mod'))) { - $view_options .= ''; + $view_options .= ''; $view_ary = array( 'admin' => array('admin' => 'a_', 'forum' => 'a_auth', 'supermod' => 'a_authmods', 'mod' => 'a_authmods'), 'supermod' => array('supermod' => 'a_authmods', 'mod' => 'a_authmods', 'forum' => 'a_auth'), diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 1bc410dabf..041febe15f 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -248,6 +248,7 @@ $lang = array_merge($lang, array( 'ALL_IGNORE' => 'All Ignore', 'USER_PRESETS' => 'User presets', 'FROM_PARENT' => 'From Parent', + 'SELECT_VIEW' => 'Select view', 'ACL_SUBFORUMS' => 'Assign to sub-forums', 'ACL_SUBFORUMS_EXPLAIN' => 'Select the subforums (if any) you want to inherit these permissions', 'PRESETS_EXPLAIN' => 'To update or delete an existing preset select it from the list.',