aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_prefs.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2004-05-26 20:16:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2004-05-26 20:16:20 +0000
commit53779df72098cef0322ea3ecef077523655fcad6 (patch)
treef93579c11a13ea6df52d24defd2fecfbb5a7c211 /phpBB/includes/ucp/ucp_prefs.php
parent97e5c0f4bdf5b7437ff0de5b6a4369a129d052b3 (diff)
downloadforums-53779df72098cef0322ea3ecef077523655fcad6.tar
forums-53779df72098cef0322ea3ecef077523655fcad6.tar.gz
forums-53779df72098cef0322ea3ecef077523655fcad6.tar.bz2
forums-53779df72098cef0322ea3ecef077523655fcad6.tar.xz
forums-53779df72098cef0322ea3ecef077523655fcad6.zip
ucp updates
git-svn-id: file:///svn/phpbb/trunk@4895 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_prefs.php')
-rw-r--r--phpBB/includes/ucp/ucp_prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_prefs.php b/phpBB/includes/ucp/ucp_prefs.php
index c2ebef5438..f73157d1cd 100644
--- a/phpBB/includes/ucp/ucp_prefs.php
+++ b/phpBB/includes/ucp/ucp_prefs.php
@@ -350,7 +350,7 @@ class ucp_prefs extends module
}
$template->assign_vars(array(
- 'L_TITLE' => $user->lang['UCP_' . strtoupper($mode)],
+ 'L_TITLE' => $user->lang['UCP_PREFS_' . strtoupper($mode)],
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_UCP_ACTION' => "ucp.$phpEx$SID&amp;i=$id&amp;mode=$mode")