webgui/lib/WebGUI/i18n/English/Macro_CanEditText.pm
2005-04-05 17:45:35 +00:00

25 lines
485 B
Perl

package WebGUI::i18n::English::Macro_CanEditText;
our $I18N = {
'can edit text title' => {
message => q|Can Edit Text Macro|,
lastUpdated => 1112466408,
},
'can edit text body' => {
message => q|
<b>&#94;CanEditText(<i>text message</i>);</b><br>
Display a message to a user that can edit the current page. The message can be
HTML or WebGUI Macros.
<p>
<i>Example:</i> &#94;CanEditText(&#94;AdminToggle;);
<p>
|,
lastUpdated => 1112466919,
},
};
1;