diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index e345d874d..10aa3f3a8 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -968,13 +968,13 @@ sub getEditForm { ); $tabform->getTab("meta")->textarea( -name=>"extraHeadTags", - -label=>"Extra Head Tags", + -label=>WebGUI::International::get("extra head tags","Asset"), -value=>$self->get("extraHeadTags"), -uiLevel=>5 ); $tabform->getTab("meta")->yesNo( -name=>"isPackage", - -label=>"Make available as package?", + -label=>WebGUI::International::get("make package","Asset"), -value=>$self->getValue("isPackage"), -uiLevel=>7 ); diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm index 1839d9661..c8563b685 100644 --- a/lib/WebGUI/i18n/English/Asset.pm +++ b/lib/WebGUI/i18n/English/Asset.pm @@ -94,11 +94,23 @@ Choose which group can view this page. If you want both visitors and registered
Who can edit?
Choose the group that can edit this page. The group assigned editing rights can also always view the page.
+
+Extra Head Tags
+These tags will be added to the <HEAD> section of each page that the asset appears on.
+
+Make available as package?
+Many WebGUI tasks are very repetitive. Automating such tasks in Webgui, such as
+creating an Asset, or sets of Assets, is done by creating a package that can be reused
+through the site. Check yes if you want this Asset to be available as a package.