diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index a4e4748bd..2a075a214 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -2244,7 +2244,7 @@ TEMPLATE; case 'tinyint': case 'smallint': $array = array( - "boolean" => "True/Flase", + "boolean" => "True/False", "number" => "Text Box", "dropdown" => "DropDown", "userclass" => "DropDown (userclasses)",