r16355 - htdocs/trunk/externals - Add "Screenshots" before "Features". This is the closest thing we have to a Screenshots page, and that's the text that people vgrep for in the page.

Josh Sled jsled at cvs.gnucash.org
Tue Jul 24 20:58:36 EDT 2007


Author: jsled
Date: 2007-07-24 20:58:36 -0400 (Tue, 24 Jul 2007)
New Revision: 16355
Trac: http://svn.gnucash.org/trac/changeset/16355

Modified:
   htdocs/trunk/externals/menu.phtml
Log:
Add "Screenshots" before "Features".  This is the closest thing we have to a Screenshots page, and that's the text that people vgrep for in the page.


Modified: htdocs/trunk/externals/menu.phtml
===================================================================
--- htdocs/trunk/externals/menu.phtml	2007-07-24 22:19:31 UTC (rev 16354)
+++ htdocs/trunk/externals/menu.phtml	2007-07-25 00:58:36 UTC (rev 16355)
@@ -13,7 +13,7 @@
   <ul>
     <li><a href="<?=$home?>/index.phtml"><?= _("About / News")?></a></li>
     <li><a href="<?=$home?>/atom.php"><img src="<?=$top_dir?>/externals/feed-icon-12x12.png" width="12" height="12" alt="[atom feed]" /> News Feed</a></li>
-    <li><a href="<?=$home?>/features.phtml"><?=_("Features")?></a></li>
+    <li><a href="<?=$home?>/features.phtml"><?=_("Screenshots, Features")?></a></li>
     <li><a href="http://wiki.gnucash.org/wiki/Development"><?= _("How to help")?></a></li>
   </ul>
 </div>



More information about the gnucash-changes mailing list