From 6a32a435dec02b9109b2e37e3ce6641a95d11dbe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 8 Nov 2008 20:05:52 +0000 Subject: [PATCH] fill in missing i18n labels for the DataTable --- lib/WebGUI/i18n/English/Asset_DataTable.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_DataTable.pm b/lib/WebGUI/i18n/English/Asset_DataTable.pm index 943ef323a..335616829 100644 --- a/lib/WebGUI/i18n/English/Asset_DataTable.pm +++ b/lib/WebGUI/i18n/English/Asset_DataTable.pm @@ -14,6 +14,18 @@ our $I18N = { context => q{Label for the tab with the editable data table}, }, + 'editForm templateId label' => { + message => q{DataTable Template}, + lastUpdated => 1226174617, + context => q{Label for asset edit screen}, + }, + + 'editForm templateId description' => { + message => q{Select a template to display your data table.}, + lastUpdated => 1226174619, + context => q{Hover help for asset edit screen}, + }, + }; 1;