Backport r12671 from trunk: Label mismatch: "Update" should be "Upload" (for offline...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 25 Mar 2009 20:14:13 +0000 (20:14 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 25 Mar 2009 20:14:13 +0000 (20:14 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@12672 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/admin/offline_manage_xacts.xul

index 7202935..c15bbad 100644 (file)
 <!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">
index 972c9ae..8f89943 100644 (file)
@@ -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>