Skip to content

Commit

Permalink
Fix name errors for Tutorial and Concept Guide references.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 23, 2013
1 parent 9ef878b commit b941b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions develdocs.phtml
Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion docs.phtml
Expand Up @@ -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>
Expand Down

0 comments on commit b941b94

Please sign in to comment.