[open-ils-commits] r10029 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 14 16:07:15 EDT 2008


Author: dbs
Date: 2008-07-14 16:07:12 -0400 (Mon, 14 Jul 2008)
New Revision: 10029

Modified:
   trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
   trunk/Open-ILS/xul/staff_client/server/patron/user_edit.xhtml
Log:
Nail a forgotten text string


Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-07-14 19:56:15 UTC (rev 10028)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd	2008-07-14 20:07:12 UTC (rev 10029)
@@ -2229,10 +2229,11 @@
 <!ENTITY staff.patron.summary_overlay.overdue.value "Long Overdue:">
 <!ENTITY staff.patron.summary_overlay.claimed_returned.value "Claimed Returned:">
 <!ENTITY staff.patron.summary_overlay.lost_label.value "Lost:">
-<!ENTITY staff.patron.summary_overlay.noncat_label.value "Non Cat:">
+<!ENTITY staff.patron.summary_overlay.noncat_label.value "Non Cataloged:">
 <!ENTITY staff.patron.summary_overlay.summary_contact.label "ID and Contact Information">
 <!ENTITY staff.patron.summary_overlay.opac_login.value "OPAC Login:">
 <!ENTITY staff.patron.user_buckets.stub_not_implemented "Just a stub, Not Yet Implemented">
+<!ENTITY staff.patron.user_edit.title "Evergreen User Editor">
 <!ENTITY staff.patron.user_edit.user_name.label "User Name:">
 <!ENTITY staff.patron.user_edit.barcode.label "Barcode:">
 <!ENTITY staff.patron.user_edit.firstname.label "First Name:">

Modified: trunk/Open-ILS/xul/staff_client/server/patron/user_edit.xhtml
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/user_edit.xhtml	2008-07-14 19:56:15 UTC (rev 10028)
+++ trunk/Open-ILS/xul/staff_client/server/patron/user_edit.xhtml	2008-07-14 20:07:12 UTC (rev 10029)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xi="http://www.w3.org/2001/XInclude">
 
         <head>
-                <title>Evergreen: User Editor</title>
+                <title>&staff.patron.user_edit.title;</title>
                 <script language='javascript' src='/opac/common/js/utils.js'> </script>
                 <script language='javascript' src='/opac/common/js//config.js'> </script>
                 <script language='javascript' src='/opac/common/js/CGI.js'> </script>



More information about the open-ils-commits mailing list