[open-ils-commits] r12672 - in branches/rel_1_4/Open-ILS: web/opac/locale/en-US xul/staff_client/server/admin (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Mar 25 16:14:17 EDT 2009


Author: dbs
Date: 2009-03-25 16:14:13 -0400 (Wed, 25 Mar 2009)
New Revision: 12672

Modified:
   branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
   branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
Log:
Backport r12671 from trunk: Label mismatch: "Update" should be "Upload" (for offline transactions)

Modified: branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-03-25 20:12:50 UTC (rev 12671)
+++ branches/rel_1_4/Open-ILS/web/opac/locale/en-US/lang.dtd	2009-03-25 20:14:13 UTC (rev 12672)
@@ -1241,7 +1241,7 @@
 <!ENTITY staff.server.admin.offline.xacts.refresh.accesskey "R">
 <!ENTITY staff.server.admin.offline.xacts.create.label "Create">
 <!ENTITY staff.server.admin.offline.xacts.execute.label "Process">
-<!ENTITY staff.server.admin.offline.xacts.update.label "Update">
+<!ENTITY staff.server.admin.offline.xacts.upload.label "Upload">
 <!ENTITY staff.server.admin.offline.xacts.status.label "Uploaded Transaction Files">
 <!ENTITY staff.server.admin.offline.xacts.status.desc "The transactions from the following workstations have been uploaded, but not processed.  When all expected workstations are present here, use the Process button above.">
 <!ENTITY staff.server.admin.offline.xacts.errors.label "Exceptions">

Modified: branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
===================================================================
--- branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul	2009-03-25 20:12:50 UTC (rev 12671)
+++ branches/rel_1_4/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul	2009-03-25 20:14:13 UTC (rev 12672)
@@ -64,7 +64,7 @@
 				<button id="create" label="&staff.server.admin.offline.xacts.create.label;" disabled="true"/>
 				<button id="execute" label="&staff.server.admin.offline.xacts.execute.label;" disabled="true"/>
 				<spacer flex="1"/>
-				<button id="upload" label="&staff.server.admin.offline.xacts.update.label;" disabled="true"/>
+				<button id="upload" label="&staff.server.admin.offline.xacts.upload.label;" disabled="true"/>
 			</hbox>
 			<tree id="session_tree" enableColumnDrag="true" seltype="single" flex="1"/>
 		</groupbox>



More information about the open-ils-commits mailing list