[Koha-patches] [PATCH] Correct misleading text

Colin Campbell colin.campbell at ptfs-europe.com
Thu Jan 14 17:15:56 CET 2010


Some koha acq terminology is confusing to new users so lets at least
be consistent in our usages we are adding to the basket here not an order
---
 .../prog/en/modules/acqui/basket.tmpl              |    2 +-
 1 files changed, 1 insertions(+), 1 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 c305658..1a3275e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tmpl
@@ -262,7 +262,7 @@
         <br />
         <!-- TMPL_UNLESS name="closedate" -->
         <fieldset id="acqui_basket_add">
-            <legend>Add To Order</legend>
+            <legend>Add Order To Basket</legend>
             <form action="/cgi-bin/koha/acqui/neworderbiblio.pl" method="post">
                 <input type="hidden" name="booksellerid" value="<!-- TMPL_VAR NAME="booksellerid" -->" />
                 <input type="hidden" name="basketno" value="<!-- TMPL_VAR NAME="basketno" -->" />
-- 
1.6.5.2




More information about the Koha-patches mailing list