From 0b4dfe8da784edfc543a4a09331109a5c342dc7d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 12 Oct 2005 03:14:05 +0000 Subject: [PATCH] missing commas in hash, re sf#1324128 --- lib/WebGUI/i18n/English/Macro_Product.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Macro_Product.pm b/lib/WebGUI/i18n/English/Macro_Product.pm index 04501a5de..84ac6e268 100644 --- a/lib/WebGUI/i18n/English/Macro_Product.pm +++ b/lib/WebGUI/i18n/English/Macro_Product.pm @@ -10,11 +10,11 @@ our $I18N = { message => q|Available product configurations|, lastUpdated => 0, context => q|Message indicatin the available configurations.| - } + }, 'macroName' => { message => q|Product|, lastUpdated => 1128918830, - } + }, 'cannot find product' => { message => q|Cannot find product|,