From f56523cf332cb260673f99ea72dc80e5450c4b81 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 12 Mar 2010 08:56:02 -0800 Subject: [PATCH] add lastUpdated stamp for mobile style labels. --- lib/WebGUI/i18n/English/Asset_Wobject.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_Wobject.pm b/lib/WebGUI/i18n/English/Asset_Wobject.pm index ae7d9b414..563856f38 100644 --- a/lib/WebGUI/i18n/English/Asset_Wobject.pm +++ b/lib/WebGUI/i18n/English/Asset_Wobject.pm @@ -117,9 +117,12 @@ is displayed as part of a Layout Asset, the Layout Asset's Style Template 'mobileStyleTemplateId label' => { message => 'Mobile Style Template' + lastUpdated => 1268412950, }, + 'mobileStyleTemplateId description' => { message => q|Select a style template from the list to enclose your asset if it is viewed on a mobile browser|, + lastUpdated => 1268412949, }, };