The branch, master has been updated via d7181d6911f4e2c32bcccaa7ddb69b1f5df7559e (commit) from 0ce31724d60474e86c6d947c590bf63a91c980b8 (commit)
- Log ----------------------------------------------------------------- commit d7181d6911f4e2c32bcccaa7ddb69b1f5df7559e Author: Marc Delisle marc@infomarc.info Date: Mon May 17 12:42:47 2010 -0400
gettext conversion
-----------------------------------------------------------------------
Summary of changes: setup/lib/FormDisplay.class.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/setup/lib/FormDisplay.class.php b/setup/lib/FormDisplay.class.php index f1ee1c3..7b6bfeb 100644 --- a/setup/lib/FormDisplay.class.php +++ b/setup/lib/FormDisplay.class.php @@ -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; }
hooks/post-receive