internationalize labels
This commit is contained in:
parent
b65cbfa1b8
commit
1c263b8b8e
2 changed files with 6 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ sub www_editSettings {
|
|||
# user interface settings
|
||||
$tabform->getTab("ui")->selectList(
|
||||
-name=>"richEditor",
|
||||
-label=>"Default Rich Editor",
|
||||
-label=>$i18n->get("default rich editor"),
|
||||
-value=>[$session{setting}{richEditor}],
|
||||
-options=>WebGUI::SQL->buildHashRef("select assetId,title from asset where className='WebGUI::Asset::RichEdit' order by title"),
|
||||
-defaultValue=>["PBrichedit000000000001"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue