Update of /cvsroot/phpwiki/phpwiki/templates
In directory usw-pr-cvs1:/tmp/cvs-serv30131/phpwiki/templates
Modified Files:
editpage.html
Log Message:
minor rewording of TextFormatting reference
Index: editpage.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** editpage.html 2001/11/29 02:59:21 1.23
--- editpage.html 2001/12/01 13:01:45 1.24
***************
*** 76,85 ****
</tr></table>
<p style="clear: both; padding: 2ex 0ex 0ex;">
! $_("You can change the size of the editing area.")
! $_("See") <?php echo LinkExistingWikiWord(_("UserPreferences")); ?>.
! $_("Also see") <?php echo LinkExistingWikiWord(_("GoodStyle")) ?> $_("tips for editing.")
</p>
<hr noshade="noshade" />
<small>
<b>$_("Emphasis:")</b>
'' $_("for italics"),
--- 76,86 ----
</tr></table>
<p style="clear: both; padding: 2ex 0ex 0ex;">
! $_("You can change the size of the editing area in")
! <?php echo LinkExistingWikiWord(_("UserPreferences")); ?>.
! $_("See") <?php echo LinkExistingWikiWord(_("GoodStyle")) ?> $_("tips for editing.")
</p>
<hr noshade="noshade" />
<small>
+ <?php echo LinkExistingWikiWord(_("TextFormattingRules")) ?><br>
<b>$_("Emphasis:")</b>
'' $_("for italics"),
***************
*** 95,99 ****
$_("Use [1],[2],[3],...")
<br /><b>$_("Preventing linking:")</b>
! $_("Avoid linking with '!': !DoNotHyperlink,")
$_("name links like [[text | URL] (double up on the '[')")
<br /><b>$_("Misc:")</b>
--- 96,100 ----
$_("Use [1],[2],[3],...")
<br /><b>$_("Preventing linking:")</b>
! $_("Prefix with '!': !DoNotHyperlink,")
$_("name links like [[text | URL] (double up on the '[')")
<br /><b>$_("Misc:")</b>
***************
*** 101,106 ****
"%%%" $_("makes a linebreak"),
"- - - -" $_("makes a horizontal rule")
- <br />
- $_("more on") <?php echo LinkExistingWikiWord(_("TextFormattingRules")) ?>
</small>
--- 102,105 ----
|