From: <var...@us...> - 2021-10-28 11:00:07
|
Revision: 10639 http://sourceforge.net/p/phpwiki/code/10639 Author: vargenau Date: 2021-10-28 11:00:05 +0000 (Thu, 28 Oct 2021) Log Message: ----------- Add label for RecentNewPages in Sidebar theme Modified Paths: -------------- trunk/themes/Sidebar/templates/navbar.tmpl Modified: trunk/themes/Sidebar/templates/navbar.tmpl =================================================================== --- trunk/themes/Sidebar/templates/navbar.tmpl 2021-10-20 08:07:01 UTC (rev 10638) +++ trunk/themes/Sidebar/templates/navbar.tmpl 2021-10-28 11:00:05 UTC (rev 10639) @@ -45,7 +45,7 @@ <div class="pBody" id="p-tb-body"> <ul> <li><?php $link = WikiLink(__("RecentChanges"), "", _("Recent Changes")); $link->addTooltip(_("The list of recent changes in the wiki.")); ?><?php echo $link ?> </li> - <li><?php echo WikiLink(__("RecentNewPages")) ?></li> + <li><?php echo WikiLink(__("RecentNewPages"), "", _("Recent new pages")) ?></li> <?php if (!empty($revision)) { ?> <li><?php echo Button(array('action'=>__("BackLinks")), _("What links here"), $page->getName()) ?></li> <?php } ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |