git-svn-id: file:///svn/phpbb/trunk@7944 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-07-25 13:11:02 +00:00
parent d171762bc9
commit 2213c23817

View file

@ -759,7 +759,7 @@ class acp_profile
$template->assign_vars(array( $template->assign_vars(array(
'S_STEP_TWO' => true, '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 // Build options based on profile type