[Koha-patches] [PATCH] bug 4391 - fix minor typos

Nicole Engard nengard at gmail.com
Mon Apr 19 14:29:56 CEST 2010


---
 .../prog/en/modules/acqui/basket.tmpl              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
index d54906b..3bc3c89 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
@@ -151,7 +151,7 @@
                 <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="post">
                 <p>Closed on:  <!-- TMPL_VAR name="closedate" --></p>
                 <!-- TMPL_IF name="basketgroups" -->
-                    <p> basketgroup: <select id="basketgroupid" name="basketgroupid">
+                    <p> Basket group: <select id="basketgroupid" name="basketgroupid">
                         <!-- TMPL_LOOP name="basketgroups" -->
                             <!-- TMPL_IF name="default" -->
                             <option value="<!-- TMPL_VAR name="id" -->" selected="selected"><!-- TMPL_VAR name="name" --></option>
@@ -163,7 +163,7 @@
                         <input type="hidden" id="basketno" value="<!-- TMPL_VAR name="basketno" -->" name="basketno" />
                         <input type="hidden" value="mod_basket" name="op" />
                         <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR name="booksellerid" -->" />
-                        <input type="submit" value="Change basketgroup" />
+                        <input type="submit" value="Change basket group" />
                     </p>
                 </form>
                 <!-- /TMPL_IF -->
-- 
1.5.6.5




More information about the Koha-patches mailing list