From addc026387c32ab92bfb4d7c0952a7b0fa0ab0ef Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 28 Aug 2008 19:38:18 +0000 Subject: [PATCH] more Content/Setup i18n --- lib/WebGUI/Content/Setup.pm | 6 +++--- lib/WebGUI/i18n/English/WebGUI.pm | 28 +++++++++++++++++++++++----- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Content/Setup.pm b/lib/WebGUI/Content/Setup.pm index 6d41cb404..5772f2823 100644 --- a/lib/WebGUI/Content/Setup.pm +++ b/lib/WebGUI/Content/Setup.pm @@ -118,7 +118,7 @@ sub handler { my $i18n = WebGUI::International->new($session, "WebGUI"); my ($output,$legend) = ""; if ($session->form->process("step") eq "2") { - $legend = 'Company Information'; + $legend = $i18n->get('company information'); my $u = WebGUI::User->new($session,"3"); $u->username($session->form->process("username","text","Admin")); $u->profileField("email",$session->form->email("email")); @@ -200,7 +200,7 @@ sub handler { $legend = $i18n->get("style designer"); $output .= '
- +