[Koha-patches] [PATCH] Bug 5118: Misspelled word: Currencey

Bernardo Gonzalez Kriegel bgkriegel at gmail.com
Wed Aug 11 22:47:52 CEST 2010


---
 .../prog/en/modules/admin/currency.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
index e19e5e2..a95967d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tmpl
@@ -130,7 +130,7 @@
 <!-- TMPL_IF NAME="delete_confirm" -->
     <!-- TMPL_IF NAME="totalgtzero" -->
     <div class="dialog message">
-        <h3>Cannot Delete Currencey <span class="ex">'<!-- TMPL_VAR NAME="searchfield" -->'</span></h3>
+        <h3>Cannot Delete Currency <span class="ex">'<!-- TMPL_VAR NAME="searchfield" -->'</span></h3>
         <p>This currency is used <!-- TMPL_VAR NAME="total" --> times. Deletion not possible</p>
         <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
             <input type="submit" value="OK" class="approve" />
-- 
1.7.0.4



More information about the Koha-patches mailing list