SF.net SVN: phpwiki:[10902] trunk/themes/MonoBook/templates/navbar.tmpl

vargenau--- via phpwiki-checkins <[email protected]> Sat, 15 Jan 2022 16:30:32 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10902
          http://sourceforge.net/p/phpwiki/code/10902
Author:   vargenau
Date:     2022-01-15 16:30:32 +0000 (Sat, 15 Jan 2022)
Log Message:
-----------
MonoBook theme: better Help link

Modified Paths:
--------------
    trunk/themes/MonoBook/templates/navbar.tmpl

Modified: trunk/themes/MonoBook/templates/navbar.tmpl
===================================================================
--- trunk/themes/MonoBook/templates/navbar.tmpl	2022-01-14 14:41:07 UTC (rev 10901)
+++ trunk/themes/MonoBook/templates/navbar.tmpl	2022-01-15 16:30:32 UTC (rev 10902)
@@ -16,7 +16,7 @@
       <li><?php echo WikiLink(__("RecentNewPages"), "", _("Recent New Pages")) ?></li>
       <li><?php echo Button(array('action'=>__("LikePages")),_("Like Pages"), $page->getName()) ?></li>
       <li><?php echo WikiLink(__("RandomPage"), "", _("Random Page")) ?></li>
-      <li><?php echo WikiLink(__("PhpWikiDocumentation"),"", _("Help")) ?></li>
+      <li><?php echo WikiLink(__("Help"),"", _("Help")) ?></li>
     </ul>
   </div>
 </div>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.