25 lines
485 B
Perl
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>^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> ^CanEditText(^AdminToggle;);
|
|
<p>
|
|
|
|
|,
|
|
lastUpdated => 1112466919,
|
|
},
|
|
};
|
|
|
|
1;
|