[open-ils-commits] r12671 - in trunk/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:12:54 EDT 2009
Author: dbs
Date: 2009-03-25 16:12:50 -0400 (Wed, 25 Mar 2009)
New Revision: 12671
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
Log:
Label mismatch: "Update" should be "Upload" (for offline transactions)
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-03-25 19:09:58 UTC (rev 12670)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2009-03-25 20:12:50 UTC (rev 12671)
@@ -1305,7 +1305,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: trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul 2009-03-25 19:09:58 UTC (rev 12670)
+++ trunk/Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul 2009-03-25 20:12:50 UTC (rev 12671)
@@ -63,7 +63,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