From 3e161b3ead00dc842ba91aadbe54d8da9d30f8ea Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 6 May 2011 14:39:50 -0700 Subject: [PATCH] Fix a typo in the new Map template help variables. Fixes bug #12121 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_Map.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index ff442fc63..c19972c6f 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.10.16 + - fixed #12121: typ-o Asset_Map.templateIdEditPoint 7.10.15 - fixed #12117: Thingy - www_searchViaAjax broken diff --git a/lib/WebGUI/i18n/English/Asset_Map.pm b/lib/WebGUI/i18n/English/Asset_Map.pm index d35b15c54..828d6aea8 100644 --- a/lib/WebGUI/i18n/English/Asset_Map.pm +++ b/lib/WebGUI/i18n/English/Asset_Map.pm @@ -242,8 +242,8 @@ our $I18N = { }, 'templateIdEditPoint' => { - message => "The GUID of the template for addding or editing a point.", - lastUpdated => 0, + message => "The GUID of the template for adding or editing a point.", + lastUpdated => 1304717948, context => "template variable help", },