Explorar el Código

[svn r19051] fixed language var definition

Yannick Warnier hace 16 años
padre
commit
139b72ea25
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      main/survey/survey_invite.php

+ 2 - 2
main/survey/survey_invite.php

@@ -147,7 +147,7 @@ $form->addElement('static', null, null, get_lang('UseLinkSyntax'));
 $form->addElement('checkbox', 'send_mail', '', get_lang('SendMail'));
 // you cab send a reminder to unanswered people if the survey is not anonymous
 if ($survey_data['anonymous'] != 1) {
-    $form->addElement('checkbox', 'remindUnAnswered', '', get_lang('remindUnAnswered'));
+    $form->addElement('checkbox', 'remindUnAnswered', '', get_lang('RemindUnanswered'));
 }
 // allow resending to all selected users
 $form->addElement('checkbox', 'resend_to_all', '', get_lang('ReminderResendToAllUsers'));
@@ -216,4 +216,4 @@ else
 
 // Footer
 Display :: display_footer();
-?>
+?>