[Koha-patches] [PATCH] [SIGNED-OFF] bug 4826 change 'add basket' to 'new basket'

Owen Leonard oleonard at myacpl.org
Wed Dec 15 15:23:14 CET 2010


From: Nicole Engard <nengard at bywatersolutions.com>


Signed-off-by: Owen Leonard <oleonard at myacpl.org>
---
 .../prog/en/modules/acqui/booksellers.tmpl         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
index 2527cc6..50b3ea7 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
@@ -59,7 +59,7 @@
             <tr>
         <!-- /TMPL_UNLESS -->
                 <td>	<!-- TMPL_IF name="active" -->
-                        <a href="basketheader.pl?booksellerid=<!-- TMPL_VAR name="supplierid" -->&amp;op=add_form">Add basket</a>
+                        <a href="basketheader.pl?booksellerid=<!-- TMPL_VAR name="supplierid" -->&amp;op=add_form">New basket</a>
                     <!-- TMPL_ELSE -->
                         Inactive
                     <!-- /TMPL_IF -->
-- 
1.7.1



More information about the Koha-patches mailing list