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' => {