Minor reformatting of error messages.
authorOwen Leonard <oleonard@myacpl.org>
Fri, 28 Dec 2007 14:53:44 +0000 (08:53 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 28 Dec 2007 18:31:10 +0000 (12:31 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tmpl

index 1bfdc2e..187efec 100644 (file)
@@ -29,11 +29,12 @@ $(document).ready(function() {
 <div class="dialog alert">
 <!-- TMPL_IF NAME="AUTH_UPDATE_FAILED" -->
 <h3>Userid / Password update failed</h3>
-<strong>Insufficient user permissions.</strong>
+<strong>Insufficient privileges.</strong>
 <p>Other fields updated.</p>
 <!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="CANT_DELETE" -->
-<p><strong>Unable to delete member:</strong> insufficient privileges.</p>
+<h3>Unable to delete patron:</h3>
+<p>Insufficient privileges.</p>
 <!-- /TMPL_IF -->
 </div>
 <!-- /TMPL_IF -->