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
|
||||
|
|
|
|||
|
|
@ -252,9 +252,9 @@ the last page.</P>|,
|
|||
lastUpdated => 1066766053
|
||||
},
|
||||
|
||||
'edit-forceSearchRoots-label' => {
|
||||
'force search roots' => {
|
||||
message => q|Force users to use the selected roots|,
|
||||
lastUpdated => 1090580644
|
||||
lastUpdated => 1133844716
|
||||
},
|
||||
|
||||
'19' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue