From d3b97a938ada19141cfdc18b241d127298d9cb72 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 7 Sep 2009 12:27:39 -0700 Subject: [PATCH] Fix an i18n typo in StockData. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/Asset_StockData.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 635e6d6db..c4b363138 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -17,6 +17,7 @@ - fixed #10915: StoryManager: Carousel clips content - fixed #10907: profiles viewable by everybody - added custom box size to USPS driver, priority service + - fixed #10919: is visitor or is not visitor?? 7.7.19 - fixed #10838: Forwarded forum post email to new CS adds reply to original thread diff --git a/lib/WebGUI/i18n/English/Asset_StockData.pm b/lib/WebGUI/i18n/English/Asset_StockData.pm index 4cae7ae44..53509b3e5 100644 --- a/lib/WebGUI/i18n/English/Asset_StockData.pm +++ b/lib/WebGUI/i18n/English/Asset_StockData.pm @@ -146,8 +146,8 @@ our $I18N = { }, 'isVisitor' => { - message => q|Whether or not the current user is a visitor. This returns true if the users is authenticated against the system|, - lastUpdated => 1149565312, + message => q|Whether or not the current user is a visitor. This returns true if the user is not authenticated against the system|, + lastUpdated => 1252351439, }, 'stock.display.url' => {