X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/df370652d9dff5881b911e72cbc050ee757630f8..e11d527ca80a0bf7079ce8bc78bcc027b0096f7a:/profile_edit.php diff --git a/profile_edit.php b/profile_edit.php index f49e70ae..09e91107 100644 --- a/profile_edit.php +++ b/profile_edit.php @@ -172,8 +172,8 @@ if ($user->canManageTeam()) { // Prepare uncompleted entries choices. $uncompleted_entries_options = array(); - $uncompleted_entries_options[UNCOMPLETED_INDICATORS_NONE] = $i18n->getKey('form.profile.entries_none'); - $uncompleted_entries_options[UNCOMPLETED_INDICATORS] = $i18n->getKey('form.profile.entries_users_page'); + $uncompleted_entries_options[UNCOMPLETED_INDICATORS_NONE] = $i18n->getKey('form.profile.uncompleted_indicators_none'); + $uncompleted_entries_options[UNCOMPLETED_INDICATORS] = $i18n->getKey('form.profile.uncompleted_indicators_show'); $form->addInput(array('type'=>'combobox','name'=>'uncompleted_entries','style'=>'width: 150px;','data'=>$uncompleted_entries_options,'value'=>$cl_uncompleted_entries)); $form->addInput(array('type'=>'checkbox','name'=>'charts','data'=>1,'value'=>$cl_charts));