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"]
|
||||
|
|
|
|||
|
|
@ -3985,6 +3985,11 @@ Select which of the configured LDAP connections to use to authenticate users.
|
|||
lastUpdated => 1089039511
|
||||
},
|
||||
|
||||
'default rich editor' => {
|
||||
message => q|Default Rich Editor|,
|
||||
lastUpdated => 1118941685,
|
||||
},
|
||||
|
||||
'account' => {
|
||||
message => q|Account|,
|
||||
lastUpdated => 1098327046,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue