From 62afb735d6805a793085b1cc0b9e61b3556f56b8 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 23 Sep 2009 15:34:31 -0700 Subject: [PATCH] Add missing datestamps to Macro_AssetProxy i18n. --- lib/WebGUI/i18n/English/Macro_AssetProxy.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm index 2b2761d91..25713b1c2 100644 --- a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm +++ b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm @@ -10,10 +10,12 @@ our $I18N = { 'asset in trash' => { message => q|AssetProxy: Asset in trash|, + lastUpdated => 1221160383, }, 'asset in clipboard' => { message => q|AssetProxy: Asset in clipboard|, + lastUpdated => 1221160383, }, };