[Koha-patches] [PATCH] Follow-up fix for Bug 5804, acqui duplicate warning

Owen Leonard oleonard at myacpl.org
Mon Feb 28 14:51:59 CET 2011


Typo fix. Thanks for spotting it Marcel.
---
 .../en/modules/acqui/neworderempty_duplicate.tmpl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tmpl
index 7203526..006884f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tmpl
@@ -51,7 +51,7 @@
 <div class="yui-u">
 <div style="border: 1px solid #DDD; padding:1em;">
 <form action="/cgi-bin/koha/acqui/neworderempty.pl">
-<h4>Crete new record</h4>
+<h4>Create new record</h4>
 <p>Create a new record by importing the external (duplicate) record.</p>
 <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
-- 
1.7.3



More information about the Koha-patches mailing list