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, }, };