[Koha-patches] [PATCH] Bug 5130 - Misspelled words: biblographic delimeter extention

Bernardo Gonzalez Kriegel bgkriegel at gmail.com
Fri Aug 13 01:10:45 CEST 2010


---
 .../prog/en/modules/basket/sendbasket.tmpl         |    2 +-
 .../prog/en/modules/tools/picture-upload.tmpl      |    4 ++--
 .../prog/en/modules/virtualshelves/sendshelf.tmpl  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-sendbasket.tmpl |    2 +-
 .../opac-tmpl/prog/en/modules/opac-sendshelf.tmpl  |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tmpl
index 033c4d2..e5cc60d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/sendbasket.tmpl
@@ -7,7 +7,7 @@ Hi,
 
 Here is your cart, sent from our online catalog.
 
-Please note that the attached file is a MARC biblographic records file
+Please note that the attached file is a MARC bibliographic records file
 which can be imported into a Personal Bibliographic Software like EndNote,
 Reference Manager or ProCite.
 <END_HEADER>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl
index f2750e3..21e8271 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tmpl
@@ -81,12 +81,12 @@
                 <!-- TMPL_IF name="ERRORS" -->
                 <div class="dialog alert">
                     <!-- TMPL_LOOP name="ERRORS" -->
-                        <!-- TMPL_IF name="NOTZIP" --><li><b>The upload file does not appear to be a zip file.  The extention is not '.zip'.</b></li>
+                        <!-- TMPL_IF name="NOTZIP" --><li><b>The upload file does not appear to be a zip file.  The extension is not '.zip'.</b></li>
                         <!-- TMPL_ELSIF name="NOWRITETEMP" --><li><b>This script is not able to create/write to the necessary temporary directory.</b></li>
                         <!-- TMPL_ELSIF name="EMPTYUPLOAD" --><li><b>The upload file appears to be empty.</b></li>
                         <!-- TMPL_ELSIF name="OPNLINK" --><li><b>Cannot open <!-- TMPL_VAR NAME="OPNLINK" --> to read.<br />Please verify that it exists.</b></li>
                         <!-- TMPL_ELSIF name="OPNIMG" --><li><b>Cannot open <!-- TMPL_VAR NAME="OPNIMG" --> to read.<br />Please verify that it exists.</b></li>
-                        <!-- TMPL_ELSIF name="DELERR" --><li><b>Unrecognized or missing field delimeter.<br />Please verify that you are using either a single quote or a tab.</b></li>
+                        <!-- TMPL_ELSIF name="DELERR" --><li><b>Unrecognized or missing field delimiter.<br />Please verify that you are using either a single quote or a tab.</b></li>
                         <!-- TMPL_ELSIF name="UZIPFAIL" --><li><b><!-- TMPL_VAR name="UZIPFAIL" --> failed to unpack.<br />Please verify the integrity of the zip file and retry.</b></li>
                         <!-- TMPL_ELSE --><li><b><!-- TMPL_VAR name ="CORERR" --> An unknown error has occurred.<br />Please review the error log for more details.</b></li><!-- /TMPL_IF -->
                     <!-- /TMPL_LOOP -->
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tmpl
index 3f8502e..9da4d45 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/sendshelf.tmpl
@@ -7,7 +7,7 @@ Hi,
 
 Here is your list called <!-- TMPL_VAR NAME="shelfname" -->, sent from our online catalog.
 
-Please note that the attached file is a MARC biblographic records file
+Please note that the attached file is a MARC bibliographic records file
 which can be imported into a Personal Bibliographic Software like EndNote,
 Reference Manager or ProCite.
 <END_HEADER>
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tmpl
index 5513198..57f62ee 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasket.tmpl
@@ -7,7 +7,7 @@ Hi,
 
 <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> sent you a cart from our online catalog.
 
-Please note that the attached file is a MARC biblographic records file
+Please note that the attached file is a MARC bibliographic records file
 which can be imported into a Personal Bibliographic Software like EndNote,
 Reference Manager or ProCite.
 <END_HEADER>
diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelf.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelf.tmpl
index 1d4e4c6..1c367a0 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelf.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelf.tmpl
@@ -7,7 +7,7 @@ Hi,
 
 <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->, sent you from our online catalog, the virtual shelf called :  <!-- TMPL_VAR NAME="shelfname" -->.
 
-Please note that the attached file is a MARC biblographic records file
+Please note that the attached file is a MARC bibliographic records file
 which can be imported into a Personal Bibliographic Software like EndNote,
 Reference Manager or ProCite.
 <END_HEADER>
-- 
1.7.0.4



More information about the Koha-patches mailing list