From: Owen Leonard <[email protected]> Typo fix. Thanks for spotting it Marcel.
Signed-off-by: Marcel de Rooy <[email protected]> --- .../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.6.0.6 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
