diff --git a/lib/WebGUI/Form/YesNo.pm b/lib/WebGUI/Form/YesNo.pm index 3c1d5a5d5..33bf3660d 100644 --- a/lib/WebGUI/Form/YesNo.pm +++ b/lib/WebGUI/Form/YesNo.pm @@ -82,7 +82,7 @@ Returns the human readable name or type of this form control. =cut sub getName { - return WebGUI::International::get("482","WebGUI"); + return WebGUI::International::get("483","WebGUI"); }