From 7e3bc5ab99f8dcd1b03e4996428bfd6fc7780073 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@gmail.com>
Date: Mon, 16 Dec 2013 10:47:16 -0300
Subject: [PATCH] Bug 11400: Show "Login as a different user" instead of
 "Logout" if not enough premissions

Bug 11146 introduced a way to go back, and have a logout link for the
"Not enough permissions" message page. I belive this string change is worth.

Simple and disputable string change.
Regards
To+

Sponsored-by: Universidad Nacional de Cordoba
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
index 5f97758..fc73ffe 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt
@@ -22,7 +22,7 @@
 </div>
 <div id="onerror_actions">
     <a href="javascript:window.history.back()" class="button">Previous page</a>
-    <a href="/cgi-bin/koha/mainpage.pl?logout.x=1" class="button">Log out</a>
+    <a href="/cgi-bin/koha/mainpage.pl?logout.x=1" class="button">Log in as a different user</a>
 </div>
 [% END %]
 
-- 
1.8.5.2