r21864 - htdocs/trunk - Bug #660204: improve text of features page.

Cristian Marchi cmarchi at code.gnucash.org
Thu Jan 19 08:29:36 EST 2012


Author: cmarchi
Date: 2012-01-19 08:29:36 -0500 (Thu, 19 Jan 2012)
New Revision: 21864
Trac: http://svn.gnucash.org/trac/changeset/21864

Modified:
   htdocs/trunk/features.phtml
Log:
Bug #660204: improve text of features page.

Modified: htdocs/trunk/features.phtml
===================================================================
--- htdocs/trunk/features.phtml	2012-01-19 13:15:05 UTC (rev 21863)
+++ htdocs/trunk/features.phtml	2012-01-19 13:29:36 UTC (rev 21864)
@@ -11,7 +11,7 @@
 
 <div>
 <p>
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. This page will try to explain in detail which are the numerous features that <span class=\"gnucash\">GnuCash</span> has to offer to it's users.");?>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is a powerful accounting software. Below are details of some of the numerous features that <span class=\"gnucash\">GnuCash</span> has to offer to its users.");?>
 </p>
 <ul>
 <li><a href="#main-feat"><?php echo T_("Main features");?></a></li>
@@ -48,11 +48,11 @@
 <?php echo T_("The register supports common checking and credit-card transactions, as well as income, stock and currency transactions. The following features are also provided:");?>
 </p>
 <ul>
+<li><?php echo T_("The ability to enter <b>split transactions</b>");?></li>
+<li><?php echo T_("The ability to mark a transaction as <b>cleared</b> or <b>reconciled</b>");?></li>
 <li><?php echo T_("<b>Autofill</b> of entered transactions");?></li>
-<li><?php echo T_("Possibility to mark a transaction as <b>cleared</b>");?></li>
-<li><?php echo T_("Possibility to enter <b>split transactions</b>");?></li>
-<li><?php echo T_("<b>Multiple accounts</b> can be displayed in one register window at the same time");?></li>
-<li><?php echo T_("A <b>summarybar</b> that display all the relevant account's balance information");?></li>
+<li><?php echo T_("The ability to display <b>multiple accounts</b> in a single register window");?></li>
+<li><?php echo T_("A <b>summary bar</b> that displays all of the relevant account's balance information");?></li>
 <li><?php echo T_("Many options to <b>customize</b> the appearance and the display style");?></li>
 </ul>
 </div>
@@ -66,7 +66,7 @@
 <?php echo T_("You can create recurring transactions with a high level of customization of amounts and timeline. You can also set an automatic reminder when a transaction is due.");?>
 </p>
 <p class="justify">
-<?php echo T_("An assistant that runs when <span class=\"gnucash\">GnuCash</span> is started, allows you to postpone a scheduled transaction without canceling it or to enter it before the due date.");?>
+<?php echo T_("An assistant that runs when <span class=\"gnucash\">GnuCash</span> is started, allows scheduled transaction to be postponed without canceling or entering them before the due date.");?>
 </p>
 </div>
 
@@ -102,7 +102,7 @@
 <div class="center">
 <img class="featureimage" src="<?=$top_dir?>/images/features/feature_reconcile.png" alt="[Reconcile]" />
 </div>
-<p class="justify"><?php echo T_("The <b>reconciliation</b> of an account is an operation that allows the user to check the entered transactions belonging to a <span class=\"gnucash\">GnuCash</span> account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors.");?></p>
+<p class="justify"><?php echo T_("<b>Account reconciliation</b> allows the user to compare the transactions entered in an account against a bank statement. This operation is very useful to spot untracked transactions or data entry errors and ensure that your books match the bank's.");?></p>
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> reconcile tool with running reconciled and cleared balances makes reconciling against bank statements an easy task.");?></p>
 </div>
 



More information about the gnucash-changes mailing list