[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. bf3d540789d1e19f16fdb8d6629ba41ec4ad5311

Evergreen Git git at git.evergreen-ils.org
Thu May 19 21:19:12 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_1 has been updated
       via  bf3d540789d1e19f16fdb8d6629ba41ec4ad5311 (commit)
      from  8ac7fa0c1a8588e4e82f1cf5564dfef52e5ae0d7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bf3d540789d1e19f16fdb8d6629ba41ec4ad5311
Author: Jason Etheridge <jason at esilibrary.com>
Date:   Thu May 19 21:24:24 2011 -0400

    label consistency in vol/item creator
    
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd
index 9cf9140..3e15bd3 100644
--- a/Open-ILS/web/opac/locale/en-US/lang.dtd
+++ b/Open-ILS/web/opac/locale/en-US/lang.dtd
@@ -2829,7 +2829,7 @@
 <!ENTITY staff.cat.volume_copy_creator.batch_bar "BATCH">
 <!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.classification "Classification:">
 <!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.prefix "Prefix:">
-<!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.label.label "Label:">
+<!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.label.label "Call Number:">
 <!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.label.accesskey "L">
 <!ENTITY staff.cat.volume_copy_creator.batch_bar.call_number.suffix "Suffix:">
 <!ENTITY staff.cat.volume_editor.title "Volumes">
diff --git a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
index 51e080f..5dc9260 100644
--- a/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
+++ b/Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
@@ -421,10 +421,10 @@ staff.cat.volume_copy_creator.render_volume_count_entry.title=Maximum items exce
 staff.cat.volume_copy_creator.render_volume_count_entry.ok_label=Ok
 staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.classification=Classification
 staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.prefix=Prefix
-staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.call_nums=Call Numbers
+staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.call_nums=Call Number
 staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.suffix=Suffix
 staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.num_of_copies=# of Copies
-staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.barcodes_and_parts=Barcodes / Part Designation
+staff.cat.volume_copy_creator.render_callnumber_copy_count_entry.barcodes_and_parts=Barcode / Part Designation
 staff.cat.volume_copy_creator.render_barcode_entry.alert_message="%1$s" is an invalid barcode.
 staff.cat.volume_copy_creator.render_barcode_entry.alert_title=Invalid Barcode
 staff.cat.volume_copy_creator.render_barcode_entry.alert_ok_button=OK

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/opac/locale/en-US/lang.dtd            |    2 +-
 .../server/locale/en-US/cat.properties             |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list