diff --git a/main/auth/profile.php b/main/auth/profile.php index 6c32167132..b0bbdeaa87 100644 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -1,27 +1,5 @@ -addElement('submit', null, get_lang('Ok'), array('style' => 'visibility:hidden;')); + $form->addElement('submit', null, get_lang('SaveSettings'), array('style' => 'visibility:hidden;')); // SUBMIT (visible) if (is_profile_editable()) { - $form->addElement('submit', 'apply_change', get_lang('Ok')); + $form->addElement('submit', 'apply_change', get_lang('SaveSettings')); } else { @@ -407,7 +382,7 @@ foreach($extra as $id => $field_details) // SUBMIT if (is_profile_editable()) { - $form->addElement('submit', 'apply_change', get_lang('Ok')); + $form->addElement('submit', 'apply_change', get_lang('SaveSettings')); } else {