From 79333da701f07b1b8b417edbfa1ab71e1f2462bc Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 17 May 2005 17:29:45 +0000 Subject: [PATCH] fix --- lib/WebGUI/i18n/English/Macro_Thumbnail.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm b/lib/WebGUI/i18n/English/Macro_Thumbnail.pm index 319b7f86d..e07f7ca39 100644 --- a/lib/WebGUI/i18n/English/Macro_Thumbnail.pm +++ b/lib/WebGUI/i18n/English/Macro_Thumbnail.pm @@ -10,9 +10,9 @@ our $I18N = { 'thumbnail body' => { message => q| -^Thumbnail(assetId);
+^Thumbnail(url);
This macro will allow you to fetch the thumbnail for any File or Image Asset by its -AssetId. +url.

|,