package WebGUI::i18n::English::Macro_AdminText; our $I18N = { 'macroName' => { message => q|Admin Text|, lastUpdated => 1128837612, }, 'admin text title' => { message => q|Admin Text Macro|, lastUpdated => 1112466408, }, 'admin text body' => { message => q|

^AdminText(text message);
Displays a small text message to a user who is in admin mode. Example: ^AdminText("You are in admin mode!");

This Macro may be nested inside other Macros if the text does not contain commas or quotes.

|, lastUpdated => 1168558334, }, }; 1;