From e4a4ecd3420e8e97896708c7ccb4863c8cbbd313 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 15 Nov 2005 23:31:02 +0000 Subject: [PATCH] fix Form i18n labels --- lib/WebGUI/Form/Template.pm | 2 +- lib/WebGUI/i18n/English/WebGUI.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Form/Template.pm b/lib/WebGUI/Form/Template.pm index 2a10d39ab..9f6ec2bb2 100644 --- a/lib/WebGUI/Form/Template.pm +++ b/lib/WebGUI/Form/Template.pm @@ -91,7 +91,7 @@ Returns the human readable name or type of this form control. =cut sub getName { - return WebGUI::International::get("template","Asset_Template"); + return WebGUI::International::get("assetName","Asset_Template"); } #------------------------------------------------------------------- diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index bfb94aa1b..121e45f42 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -138,8 +138,8 @@ our $I18N = { }, 'float' => { - message => q|Decimal|, - lastUpdated => 1089039511 + message => q|Number (Decimal)|, + lastUpdated => 1132097171 }, '948' => {