fix broken labels, dashes are illegal inside i18n lable
This commit is contained in:
parent
dbf160f417
commit
5a44090e8a
2 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ sub getEditForm {
|
|||
# );
|
||||
$tabform->getTab("properties")->yesNo(
|
||||
-name=>'forceSearchRoots',
|
||||
-label=>WebGUI::International::get('edit-forceSearchRoots-label',"Asset_IndexedSearch"),
|
||||
-label=>WebGUI::International::get('force search roots',"Asset_IndexedSearch"),
|
||||
-value=>$self->getValue("forceSearchRoots")
|
||||
);
|
||||
# Content of specific user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue