gettext conversion

This commit is contained in:
Marc Delisle
2010-05-17 12:42:47 -04:00
parent 0ce31724d6
commit d7181d6911

View File

@@ -455,7 +455,7 @@ class FormDisplay
break;
case 'select':
if (!$this->_validateSelect($_POST[$key], $form->getOptionValueList($system_path))) {
$this->errors[$work_path][] = $GLOBALS["strSetuperror_incorrect_value"];
$this->errors[$work_path][] = __('Incorrect value');
$result = false;
continue;
}