From 8b13c387be0da6484d89b36ca3bfb363f299b534 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 13 Jun 2011 16:04:29 -0700 Subject: [PATCH] Add missing i18n for Thingy RFE for unique fields. --- lib/WebGUI/i18n/English/Asset_Thingy.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_Thingy.pm b/lib/WebGUI/i18n/English/Asset_Thingy.pm index 0680c6b7a..a3f97a750 100644 --- a/lib/WebGUI/i18n/English/Asset_Thingy.pm +++ b/lib/WebGUI/i18n/English/Asset_Thingy.pm @@ -1150,6 +1150,18 @@ below/after the form element.|, context => q|Template variable help for getViewThingData|, }, + 'unique label' => { + message => q|Unique|, + lastUpdated => 1308006166, + context => q|Label in the edit field screen.|, + }, + + 'unique description' => { + message => q|Is this a unique field? In simple terms, values in unique fields can't have any duplicates in other rows.|, + lastUpdated => 1308006162, + context => q|Hoverhelp for edit field screen|, + }, + }; 1;