From 0f3ae770b2ea484a1ab4f538ca2a737577b57b82 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 17 Jul 2006 21:31:44 +0000 Subject: [PATCH] clarify that the User macro displays information about the current user --- lib/WebGUI/i18n/English/Macro_User.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Macro_User.pm b/lib/WebGUI/i18n/English/Macro_User.pm index c1b50aa61..bd76b06f2 100644 --- a/lib/WebGUI/i18n/English/Macro_User.pm +++ b/lib/WebGUI/i18n/English/Macro_User.pm @@ -16,11 +16,11 @@ our $I18N = { message => q|

^User();
-This macro will allow you to display any information from a user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email"); +This macro will allow you to display any information from the current user's account or profile. For instance, if you wanted to display a user's email address you'd create this macro: ^User("email");

|, - lastUpdated => 1146607187, + lastUpdated => 1153172116, }, };