From 1c263b8b8e9005af2f13cfe82859de14c1fb34e4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 16 Jun 2005 17:09:17 +0000 Subject: [PATCH] internationalize labels --- lib/WebGUI/Operation/Settings.pm | 2 +- lib/WebGUI/i18n/English/WebGUI.pm | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 004976230..8b235f819 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -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"] diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 4ca002912..c23d3e3fe 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -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,