r16359 - htdocs/trunk - Add Windows to the supported platform list; update title to include our name. :p

Josh Sled jsled at cvs.gnucash.org
Thu Jul 26 10:21:09 EDT 2007


Author: jsled
Date: 2007-07-26 10:21:08 -0400 (Thu, 26 Jul 2007)
New Revision: 16359
Trac: http://svn.gnucash.org/trac/changeset/16359

Modified:
   htdocs/trunk/index.phtml
Log:
Add Windows to the supported platform list; update title to include our name. :p


Modified: htdocs/trunk/index.phtml
===================================================================
--- htdocs/trunk/index.phtml	2007-07-26 13:26:19 UTC (rev 16358)
+++ htdocs/trunk/index.phtml	2007-07-26 14:21:08 UTC (rev 16359)
@@ -1,6 +1,6 @@
 <?php 
 $homepage = true;
-$title = _("Open Source Accounting Software");
+$title = _("GnuCash - Open Source Accounting Software");
 include("local.php");
 include("emulate_globals_on.php");
 include("lang.php");
@@ -12,7 +12,7 @@
 
 <h1><?php echo _("Welcome to GnuCash.org")?></h1>
 
-<p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, *BSD, Solaris and Mac OSX.");?></p>
+<p><?php echo _("GnuCash is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
 <p><?php echo _("Designed to be easy to use, yet powerful and flexible, GnuCash allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
 



More information about the gnucash-changes mailing list