internationalize labels

This commit is contained in:
Colin Kuskie 2005-06-16 17:09:17 +00:00
parent b65cbfa1b8
commit 1c263b8b8e
2 changed files with 6 additions and 1 deletions

View file

@ -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"]

View file

@ -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,