diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 19:06:35 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-19 19:06:35 +0000 |
| commit | 348fc5805f08e3d3a7e2a69496c2229720327a84 (patch) | |
| tree | 969132efb5e731b1fb557054f01dd59aaa365d88 /phpBB/admin/admin_forumauth.php | |
| parent | 19c25b38e9aee55960dc178a241e9714e6edfdfa (diff) | |
| download | forums-348fc5805f08e3d3a7e2a69496c2229720327a84.tar forums-348fc5805f08e3d3a7e2a69496c2229720327a84.tar.gz forums-348fc5805f08e3d3a7e2a69496c2229720327a84.tar.bz2 forums-348fc5805f08e3d3a7e2a69496c2229720327a84.tar.xz forums-348fc5805f08e3d3a7e2a69496c2229720327a84.zip | |
Various admin lang and other fixes ... this will break other things I'm sure, only submit bug reports for recently commited files
git-svn-id: file:///svn/phpbb/trunk@1373 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_forumauth.php')
| -rw-r--r-- | phpBB/admin/admin_forumauth.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/admin/admin_forumauth.php b/phpBB/admin/admin_forumauth.php index 6ea86354fb..619eac6ec7 100644 --- a/phpBB/admin/admin_forumauth.php +++ b/phpBB/admin/admin_forumauth.php @@ -201,10 +201,10 @@ if( empty($forum_id) ) $select_list .= "</select>"; $template->assign_vars(array( - "L_AUTH_TITLE" => $lang['Forum'] . " " . $lang['Auth_Control'], + "L_AUTH_TITLE" => $lang['Auth_Control_Forum'], "L_AUTH_EXPLAIN" => $lang['Forum_auth_explain'], - "L_AUTH_SELECT" => $lang['Select_a'] . " " . $lang['Forum'], - "L_LOOK_UP" => $lang['Look_up'] . " " . $lang['Forum'], + "L_AUTH_SELECT" => $lang['Select_a_Forum'], + "L_LOOK_UP" => $lang['Look_up_Forum'], "S_AUTH_ACTION" => append_sid("admin_forumauth.$phpEx"), "S_AUTH_SELECT" => $select_list) @@ -328,10 +328,10 @@ else $template->assign_vars(array( "FORUM_NAME" => $forum_name, - "L_AUTH_TITLE" => $lang['Forum'] . " " . $lang['Auth_Control'], + "L_AUTH_TITLE" => $lang['Auth_Control_Forum'], "L_AUTH_EXPLAIN" => $lang['Forum_auth_explain'], - "L_SUBMIT_CHANGES" => $lang['Submit_changes'], - "L_RESET_CHANGES" => $lang['Reset_changes'], + "L_SUBMIT" => $lang['Submit'], + "L_RESET" => $lang['Reset'], "U_FORUMAUTH_ACTION" => append_sid("admin_forumauth.$phpEx?" . POST_FORUM_URL . "=$forum_id"), "U_SWITCH_MODE" => $u_switch_mode, |
