From 71fc839c83bf7c3f8f8425514c1ae8d1701270f9 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 22 Oct 2008 15:55:45 +0000 Subject: [PATCH] fix broken Help variables for UsersOnline macro --- lib/WebGUI/i18n/English/Macro_UsersOnline.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/WebGUI/i18n/English/Macro_UsersOnline.pm b/lib/WebGUI/i18n/English/Macro_UsersOnline.pm index e4557d0e2..315e0a5a1 100644 --- a/lib/WebGUI/i18n/English/Macro_UsersOnline.pm +++ b/lib/WebGUI/i18n/English/Macro_UsersOnline.pm @@ -158,9 +158,9 @@ our $I18N = { lastUpdated => 1178783587 }, - 'members_loops' => { + 'member_loop' => { message => q|Loop containing all members that are online and have agreed publication.|, - lastUpdated => 1178783587 + lastUpdated => 1224690890 }, 'username' => { @@ -213,9 +213,9 @@ our $I18N = { lastUpdated => 1178783587 }, - 'visitors_loops' => { + 'visitor_loop' => { message => q|Loop containing all visitors that are online.|, - lastUpdated => 1178783587 + lastUpdated => 1224690939 }, };