diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-25 13:11:02 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-25 13:11:02 +0000 |
commit | 2213c23817c816aba92f226eba8c59c26d1003d1 (patch) | |
tree | 098298bfc9573a582162ef319dc5928d498e463f /phpBB | |
parent | d171762bc9fb5d6aedf36fad9d76dd362bdcdc78 (diff) | |
download | forums-2213c23817c816aba92f226eba8c59c26d1003d1.tar forums-2213c23817c816aba92f226eba8c59c26d1003d1.tar.gz forums-2213c23817c816aba92f226eba8c59c26d1003d1.tar.bz2 forums-2213c23817c816aba92f226eba8c59c26d1003d1.tar.xz forums-2213c23817c816aba92f226eba8c59c26d1003d1.zip |
#13567
git-svn-id: file:///svn/phpbb/trunk@7944 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_profile.php b/phpBB/includes/acp/acp_profile.php index 1b32a7de74..84e2f9bc31 100644 --- a/phpBB/includes/acp/acp_profile.php +++ b/phpBB/includes/acp/acp_profile.php @@ -759,7 +759,7 @@ class acp_profile $template->assign_vars(array( 'S_STEP_TWO' => true, - 'L_NEXT' => (sizeof($this->lang_defs['iso']) == 1) ? $user->lang['SAVE'] : $user->lang['PROFILE_LANG_OPTIONS']) + 'L_NEXT_STEP' => (sizeof($this->lang_defs['iso']) == 1) ? $user->lang['SAVE'] : $user->lang['PROFILE_LANG_OPTIONS']) ); // Build options based on profile type |