gnucash-htdocs master: Add missing with for readability.

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 22 08:53:08 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/7bcf0e90 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/1ec6c924 (commit)



commit 7bcf0e90d4bed976e2ddcc056106eb63bd12034c
Author: Eric Theise <erictheise at gmail.com>
Date:   Fri Jun 16 09:09:34 2017 -0700

    Add missing with for readability.

diff --git a/features.phtml b/features.phtml
index 3cc2d62..a28c727 100644
--- a/features.phtml
+++ b/features.phtml
@@ -239,7 +239,7 @@ include("$top_dir/externals/menu.phtml");
 <h2 class="featuretitle"><?php echo T_("User Manual and Help");?></h2>
 </div>
 <p class="justify">
-<?php echo T_("<span class=\"gnucash\">GnuCash</span> is very well documented: along the application <b>Manual</b>, new users can take full advantage of the <b>Tutorial and Concepts guide</b>. This document gives background information on accounting principles and how they are reflected in <span class=\"gnucash\">GnuCash</span> with many practical examples described step by step.");?></p>
+<?php echo T_("<span class=\"gnucash\">GnuCash</span> is very well documented: along with the application <b>Manual</b>, new users can take full advantage of the <b>Tutorial and Concepts guide</b>. This document gives background information on accounting principles and how they are reflected in <span class=\"gnucash\">GnuCash</span> with many practical examples described step by step.");?></p>
 </div>
 
 </div>



Summary of changes:
 features.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list