From d7181d6911f4e2c32bcccaa7ddb69b1f5df7559e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 17 May 2010 12:42:47 -0400 Subject: [PATCH] gettext conversion --- setup/lib/FormDisplay.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/lib/FormDisplay.class.php b/setup/lib/FormDisplay.class.php index f1ee1c3db..7b6bfebb4 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; }