gnucash-htdocs master: Fix a missing quote

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 17:14:28 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/c2c8899c (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/38e5e654 (commit)



commit c2c8899c506c18424f84b508ee972e1a5a7cbcae
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 23:14:15 2013 +0100

    Fix a missing quote

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index 492e91a..4d87159 100644
--- a/2.6-release-tour.phtml
+++ b/2.6-release-tour.phtml
@@ -11,7 +11,7 @@ include("$top_dir/externals/menu.phtml");
 
 <div>
 <p>
-<?php echo T_("This tour will introduce you to new major features in <span class=\"gnucash\">GnuCash</span> 2.6, the latest release);?>
+<?php echo T_("This tour will introduce you to new major features in <span class=\"gnucash\">GnuCash</span> 2.6.");?>
 </p>
 </div>
 



Summary of changes:
 2.6-release-tour.phtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)



More information about the gnucash-changes mailing list