From 3dfb850d41497f588046f963af76b43caf99536e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 29 Jul 2009 02:25:29 +0000 Subject: [PATCH] Better description of the price template variable in the Shelf. --- lib/WebGUI/i18n/English/Asset_Shelf.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_Shelf.pm b/lib/WebGUI/i18n/English/Asset_Shelf.pm index c2313fa64..101c71964 100644 --- a/lib/WebGUI/i18n/English/Asset_Shelf.pm +++ b/lib/WebGUI/i18n/English/Asset_Shelf.pm @@ -21,11 +21,11 @@ our $I18N = { context => q|Message telling the user the their products have been imported successfully.| }, - 'price' => { - message => q|The price of this sku.|, - lastUpdated => 0, - context => q|a template variable|, - }, + 'price' => { + message => q|The price of this sku, formatted to 2 decimal places using a decimal point (not comma), and with no monetary symbol.|, + lastUpdated => 0, + context => q|a template variable|, + }, 'thumbnailUrl' => { message => q|The URL for a thumbnail image of this sku. If it has no thumbnail, then this variable will be empty.|,