gnucash-htdocs master: Small fixes for 2.6 release page.

Cristian Marchi cmarchi at code.gnucash.org
Sat Dec 28 16:55:59 EST 2013


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



commit 38e5e6547339079ab31e660246e74ffdc4bee027
Author: Cristian Marchi <cri79 at libero.it>
Date:   Sat Dec 28 22:55:50 2013 +0100

    Small fixes for 2.6 release page.

diff --git a/2.6-release-tour.phtml b/2.6-release-tour.phtml
index d4ff664..492e91a 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 of <span class=\"gnucash\">GnuCash</span> 2.6.");?>
+<?php echo T_("This tour will introduce you to new major features in <span class=\"gnucash\">GnuCash</span> 2.6, the latest release);?>
 </p>
 </div>
 
@@ -125,7 +125,7 @@ include("$top_dir/externals/menu.phtml");
 
 <h2 class="featuretitle"><?php echo T_("New preference system");?></h2>
 <p class="justify">
-<?php echo T_("The preferences system has been rewritten to use GSettings from GIO (GLib) instead of GConf. This is a simpler and more robust backend which writes to the OS's native prefs — defaults on OS X and the Registry on MSWindows — and allows us to remove several troublesome dependencies including GConf, ORBit, and DBus.");?></p>
+<?php echo T_("The preferences system has been rewritten to use GSettings from GIO (GLib) instead of GConf. This is a simpler and more robust backend which writes to the OS's native prefs - defaults on OS X and the Registry on MSWindows - and allows us to remove several troublesome dependencies including GConf, ORBit, and DBus.");?></p>
 <div class="dialog note">
 <p><?php echo T_("Note that window position, column sizes, and sort orders will not be migrated from GConf. Those settings will revert to the default the first time you use Gnucash 2.5.6 or later, but they will be saved once you've reset them. ");?></p>
 </div>



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



More information about the gnucash-changes mailing list