gnucash-htdocs master: Fix name errors for Tutorial and Concept Guide references.

John Ralls jralls at code.gnucash.org
Mon Dec 23 17:14:25 EST 2013


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/6f0311fa (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/37d941d5 (commit)



commit 6f0311fa61feef8c280d93063f9b9c8a9967d75b
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Dec 23 14:14:34 2013 -0800

    Fix name errors for Tutorial and Concept Guide references.

diff --git a/develdocs.phtml b/develdocs.phtml
index 840a731..8a09b02 100644
--- a/develdocs.phtml
+++ b/develdocs.phtml
@@ -12,7 +12,7 @@ include("externals/menu.phtml");
 
 <p class="justify"><?php echo T_("If you are interested in improving the <span class=\"gnucash\">GnuCash</span> documentation, you have come to the right place. This page will provide you with the necessary information to get started.");?></p>
 
-<p class="justify"><?php echo T_("Just as the <span class=\"gnucash\">GnuCash</span> application has been developed over time by volunteers, so too has the documentation been written by volunteer developers and users to help others learn how <span class=\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in the creation of two major documents, the <b>Help Manual</b> and the <b>Concepts and Tutorial Guide</b>.");?></p>
+<p class="justify"><?php echo T_("Just as the <span class=\"gnucash\">GnuCash</span> application has been developed over time by volunteers, so too has the documentation been written by volunteer developers and users to help others learn how <span class=\"gnucash\">GnuCash</span> works. This collaborative effort has resulted in the creation of two major documents, the <b>Help Manual</b> and the <b>Tutorial and Concepts Guide</b>.");?></p>
 
 <p class="justify"><?php echo T_("The <span class=\"gnucash\">GnuCash</span> community welcomes assistance in maintaining and improving both the program and its documentation. If you are interested in helping write, edit or translate <span class=\"gnucash\">GnuCash</span>'s documentation, this page gives guidance on how to get set up to join the effort.");?></p>
 
@@ -56,7 +56,7 @@ include("externals/menu.phtml");
 <p class="justify"><?php echo T_("For those not familiar with svn, the <span class=\"gnucash\">GnuCash</span> wiki has a <a href='http://wiki.gnucash.org/wiki/Subversion'>description</a> tailored to the <span class=\"gnucash\">GnuCash</span> code. To get the documentation source instead of the program source, replace 'gnucash' with 'gnucash-docs' in the mentioned svn commands, like this:");?></p>
 <pre class="command">svn checkout http://code.gnucash.org/repo/gnucash-docs/trunk gnucash-docs</pre>
 <div class="dialog note">
-<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <b>Help Manual</b> and the <b>Tutorials and Concepts Guide</b>. With the above command, the source code of both will be downloaded.");?></p>
+<p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users: the <b>Help Manual</b> and the <b>Tutorial and Concepts Guide</b>. With the above command, the source code of both will be downloaded.");?></p>
 </div>
 </div>
 
diff --git a/docs.phtml b/docs.phtml
index 4da5d3d..ec116e6 100644
--- a/docs.phtml
+++ b/docs.phtml
@@ -17,7 +17,7 @@ include("externals/menu.phtml");
 <p class="justify"><?php echo T_("There are two major <span class=\"gnucash\">GnuCash</span> documentation packages to help users:");?></p>
 <ul>
 <li><a href="<?=$top_dir;?>/viewdoc.phtml?doc=help"><b><?php echo T_("The Help Manual");?></b></a></li>
-<li><a href="<?=$top_dir;?>/viewdoc.phtml?doc=guide"><b><?php echo T_("The Tutorials and Concepts Guide");?></b></a></li>
+<li><a href="<?=$top_dir;?>/viewdoc.phtml?doc=guide"><b><?php echo T_("The Tutorial and Concepts Guide");?></b></a></li>
 </ul>
 
 <p class="justify"><?php echo T_("The <b>Help Manual</b> is designed to be a quick reference of how to accomplish specific tasks and how to use the features in <span class=\"gnucash\">GnuCash</span>. The <b>Concepts Guide</b> is designed to be an in depth guide to the concepts behind using <span class=\"gnucash\">GnuCash</span> with a tutorial to show how to put those concepts into practice.");?></p>



Summary of changes:
 develdocs.phtml |    4 ++--
 docs.phtml      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list