fixed typos from hover help conversion
This commit is contained in:
parent
1914ada25f
commit
235cd7c08f
4 changed files with 39 additions and 36 deletions
|
|
@ -120,7 +120,7 @@ sub www_editProfileCategory {
|
|||
$f->yesNo(
|
||||
-name=>"editable",
|
||||
-value=>$data{editable},
|
||||
-label=>WebGUI::International::get(897,"WebGUIProfile")
|
||||
-label=>WebGUI::International::get(897,"WebGUIProfile"),
|
||||
);
|
||||
$f->submit;
|
||||
$output .= $f->print;
|
||||
|
|
@ -170,7 +170,7 @@ sub www_editProfileField {
|
|||
$f->yesNo(
|
||||
-name=>"editable",
|
||||
-value=>$data{editable},
|
||||
-label=>WebGUI::International::get(897,"WebGUIProfile")
|
||||
-label=>WebGUI::International::get(897,"WebGUIProfile"),
|
||||
);
|
||||
$f->yesNo(
|
||||
-name=>"required",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue