From 55f430d8520d0c646afc5ec068b99271017ec033 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 29 Dec 2009 12:13:40 -0800 Subject: [PATCH] Fix the AssetProxy i18n error message. Fixes bug #11317 --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Macro_AssetProxy.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 60a565fb4..f99a05480 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -4,6 +4,7 @@ - fixed #11313: bullet list template for navigation - fixed #11311: Search object and modifiers - fixed #11314: hover help clarity + - fixed #11317: wrong error message in AssetProxy 7.8.8 - fixed #11289: Gallery with pending version tag causes search engine indexer to puke. diff --git a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm index 25713b1c2..cf5392cd6 100644 --- a/lib/WebGUI/i18n/English/Macro_AssetProxy.pm +++ b/lib/WebGUI/i18n/English/Macro_AssetProxy.pm @@ -4,8 +4,8 @@ use strict; our $I18N = { 'invalid url' => { - message => q|AssetProxy: Invalid Asset URL|, - lastUpdated => 1221160383, + message => q|AssetProxy: Invalid Asset URL or assetId|, + lastUpdated => 1262117594, }, 'asset in trash' => {