From acb30d5a2ae4d4235f95fe1087065c5562ae194f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 1 Apr 2010 18:05:34 +0200 Subject: [PATCH] Fix message name. --- 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 5483b0051..b229a1a24 100644 --- a/setup/lib/FormDisplay.class.php +++ b/setup/lib/FormDisplay.class.php @@ -456,7 +456,7 @@ class FormDisplay break; case 'select': if (!$this->_validateSelect($_POST[$key], $form->getOptionValueList($system_path))) { - $this->errors[$work_path][] = $GLOBALS["strstrSetuperror_incorrect_value"]; + $this->errors[$work_path][] = $GLOBALS["strSetuperror_incorrect_value"]; $result = false; continue; }