Language corrections (fixes Bug 2024)

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Owen Leonard 2008-04-22 09:53:35 -05:00 committed by Joshua Ferraro
parent 325b15b2ce
commit f48fdd2beb
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<ul>
<li><a href="/cgi-bin/koha/acqui/lateorders.pl">Late orders</a></li>
<li><a href="/cgi-bin/koha/suggestion/acceptorreject.pl?op=aorr_confirm">Manage suggestions</a></li>
<li><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds</a></li>
<li><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and Budgets</a></li>
</ul>

View file

@ -6,7 +6,7 @@
<h5>Basic parameters</h5>
<ul>
<li><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches, groups</a></li>
<li><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></li>
<li><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and budgets</a></li>
<li><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></li>
<li><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types and circulation codes</a></li>
</ul>

View file

@ -58,7 +58,7 @@
<div class="yui-u">
<!-- TMPL_IF name="nobudget" -->
<!-- TMPL_ELSE -->
<h2>Budgets and funds</h2>
<h2>Funds and Budgets</h2>
<a href="/cgi-bin/koha/admin/aqbookfund.pl" title="[ Manage funds ]">[ Manage ]</a>
<div id="BudgetsAndFunds">
<table id="accounts">

View file

@ -27,8 +27,8 @@
<dl>
<dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries, branches and groups</a></dt>
<dd>Define libraries, branches and groups.</dd>
<dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Accounts and budgets</a></dt>
<dd>Accounts and budgets administration for acquisitions.</dd>
<dt><a href="/cgi-bin/koha/admin/aqbookfund.pl">Funds and budgets</a></dt>
<dd>Funds and budgets administration for acquisitions.</dd>
<dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
<dd>Define currencies and exchange rates used for acquisitions.</dd>
<dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types and circulation codes</a></dt>