[open-ils-commits] r8751 - in branches/rel_1_2_1/Open-ILS:
web/opac/locale/en-US xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Feb 13 23:57:06 EST 2008
Author: phasefx
Date: 2008-02-13 23:27:35 -0500 (Wed, 13 Feb 2008)
New Revision: 8751
Modified:
branches/rel_1_2_1/Open-ILS/web/opac/locale/en-US/lang.dtd
branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/items_overlay.xul
Log:
tweaked wording for Items Out interface to better match reality
Modified: branches/rel_1_2_1/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_2_1/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-02-14 04:27:09 UTC (rev 8750)
+++ branches/rel_1_2_1/Open-ILS/web/opac/locale/en-US/lang.dtd 2008-02-14 04:27:35 UTC (rev 8751)
@@ -1130,6 +1130,7 @@
<!ENTITY staff.patron_navbar.info.accesskey 'o'>
<!ENTITY staff.patron_navbar.items 'Items Out'>
<!ENTITY staff.patron_navbar.items.accesskey 'I'>
+<!ENTITY staff.patron_navbar.items.problem_items.caption 'Lost / Claimed Returned / Long Overdue / Has Unpaid Billings'>
<!ENTITY staff.patron_navbar.refresh 'Refresh'>
<!ENTITY staff.patron_navbar.refresh.accesskey 'R'>
<!ENTITY staff.patron_navbar.retrieve 'Retrieve Patron'>
Modified: branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/items_overlay.xul
===================================================================
--- branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/items_overlay.xul 2008-02-14 04:27:09 UTC (rev 8750)
+++ branches/rel_1_2_1/Open-ILS/xul/staff_client/server/patron/items_overlay.xul 2008-02-14 04:27:35 UTC (rev 8751)
@@ -65,7 +65,7 @@
</groupbox>
<splitter><grippy/></splitter>
<groupbox flex="1">
- <caption label="Lost / Claimed Returned / Long Overdue" />
+ <caption label="&staff.patron_navbar.items.problem_items.caption;" />
<vbox flex="0">
<hbox id="items_top_ui2" />
</vbox>
More information about the open-ils-commits
mailing list