[open-ils-commits] [GIT] Evergreen ILS branch master updated. b60c8641e4ad2cf2db2056c9bc155f23ee4bdad9

Evergreen Git git at git.evergreen-ils.org
Thu May 19 21:17:56 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, master has been updated
       via  b60c8641e4ad2cf2db2056c9bc155f23ee4bdad9 (commit)
      from  134aea23617be4150bd7014c9c4e52e437e12107 (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 b60c8641e4ad2cf2db2056c9bc155f23ee4bdad9
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 a24b594..7883435 100644
--- a/Open-ILS/web/opac/locale/en-US/lang.dtd
+++ b/Open-ILS/web/opac/locale/en-US/lang.dtd
@@ -2830,7 +2830,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 0a4a109..4cde2ae 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