From b74170fe60442afebb0def8dcc6da55f6acb3fe1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 8 May 2006 20:12:46 +0000 Subject: [PATCH] remove last vestiges of template-ness from Country.pm --- lib/WebGUI/Form/Country.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Form/Country.pm b/lib/WebGUI/Form/Country.pm index 8b7557035..a0278cf94 100644 --- a/lib/WebGUI/Form/Country.pm +++ b/lib/WebGUI/Form/Country.pm @@ -49,7 +49,7 @@ The following additional parameters have been added via this sub class. =head4 name -The identifier for this field. Defaults to "templateId". +The identifier for this field. Defaults to "country". =cut @@ -79,7 +79,7 @@ sub definition { =head2 toHtml ( ) -Renders a template picker control. +Renders a country picker control. =cut