From 004cf2f5a5832d43ee10fbb15c884abd02dd6206 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch>
Date: Fri, 15 Apr 2016 16:18:37 +0200
Subject: [PATCH] [PASSED QA] Bug 16270 (followup) Typo authentification vs
 authentication

Additionally fix typo in following files:
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt

To test: Apply patch, verify in files that authentification is
         replaced by authentication

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 2 +-
 koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
index b041ddf..3eef195 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref
@@ -27,7 +27,7 @@ OPAC:
               choices:
                   yes: Enable
                   no: Disable
-            - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
+            - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC."
         -
             - pref: HighlightOwnItemsOnOPAC
               choices:
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt
index bfd6275..b0023d8 100644
--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt
+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt
@@ -48,7 +48,7 @@
                             [% IF ( errno == 404 ) %]
                                 <li>You made use of an external link to a catalog item that is no longer available.</li>
                                 <li>You followed an outdated link e.g. from a search engine or a bookmark.</li>
-                                <li>You tried to access a page that needs authentification.</li>
+                                <li>You tried to access a page that needs authentication.</li>
                                 <li>An internal link in our catalog home page is broken and the page does not exist.</li>
                             [% END %]
                             [% IF ( errno == 500 ) %]
-- 
1.9.1