From ed1ef1559033952f9995f03ec11dc1111ecaeba7 Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 2 Feb 2005 03:52:44 +0000 Subject: [PATCH] Added a value that was hardcoded in the product wobject --- lib/WebGUI/i18n/English/Product.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/i18n/English/Product.pm b/lib/WebGUI/i18n/English/Product.pm index 8a38466d9..af7977a8c 100644 --- a/lib/WebGUI/i18n/English/Product.pm +++ b/lib/WebGUI/i18n/English/Product.pm @@ -601,6 +601,11 @@ If you'd like to add another specification, select "Yes". message => q|Are you certain you wish to delete this specification?|, lastUpdated => 1031514049 }, + + 'deleteImage' => { + message => q|Delete Attached File|, + lastUpdated => 1031514049 + }, };