From 776397bfa9c9d3e28b428437f15ae8c260d47133 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 21 Apr 2010 08:32:12 -0700 Subject: [PATCH] fix MapPoint i18n copy/paste error. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_MapPoint.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cfca66674..b3d8e194a 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.9.4 + - fixed #11535: i18n - Asset_MapPoint - Tag form_fax - wrong text 7.9.3 - added #11477: No synopsis in asset now means no synopsis in search index diff --git a/lib/WebGUI/i18n/English/Asset_MapPoint.pm b/lib/WebGUI/i18n/English/Asset_MapPoint.pm index ec54fd990..f32cac8a1 100644 --- a/lib/WebGUI/i18n/English/Asset_MapPoint.pm +++ b/lib/WebGUI/i18n/English/Asset_MapPoint.pm @@ -243,7 +243,7 @@ our $I18N = { }, 'form_fax' => { - message => "A text field for entering in a phone number.", + message => "A text field for entering in a fax number.", lastUpdated => 0, context => "template variable help", },