Skip to content

Commit

Permalink
Small fixes for 2.6 release page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 28, 2013
1 parent 077938e commit a3d93b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2.6-release-tour.phtml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit a3d93b3

Please sign in to comment.