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

Evergreen Git git at git.evergreen-ils.org
Fri Jun 7 15:09:07 EDT 2013


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  288c1d1c5f23e991bbaf74c42ed4fba7ef5c1151 (commit)
      from  d7376fdf678deeb4932388fb78ec4066de16b338 (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 288c1d1c5f23e991bbaf74c42ed4fba7ef5c1151
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Fri Jun 7 15:07:30 2013 -0400

    We still don't support Z30.59 or Z39.59
    
    Actually, just fix a few typos :)
    
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2
index ba78f76..da1926f 100644
--- a/Open-ILS/src/templates/opac/myopac/lists.tt2
+++ b/Open-ILS/src/templates/opac/myopac/lists.tt2
@@ -168,7 +168,7 @@
                             "[% bbag.id %]",
                             xulG
                         )'
-                    value="[% l('Locate Z39.59 Matches') %]" 
+                    value="[% l('Locate Z39.50 Matches') %]" 
                 />
             </div>
             [% END %]
diff --git a/Open-ILS/web/opac/locale/en-US/lang.dtd b/Open-ILS/web/opac/locale/en-US/lang.dtd
index ccf0a95..eb827f5 100644
--- a/Open-ILS/web/opac/locale/en-US/lang.dtd
+++ b/Open-ILS/web/opac/locale/en-US/lang.dtd
@@ -3877,7 +3877,7 @@
 <!ENTITY staff.search_prefs.clear.label "Clear All">
 <!ENTITY staff.search_prefs.clear.accesskey "C">
 <!ENTITY staff.search_prefs.cleared_message "Preferences cleared">
-<!ENTITY staff.bucketz39_search.dialog_label "Locate Z39.59 Matches">
+<!ENTITY staff.bucketz39_search.dialog_label "Locate Z39.50 Matches">
 <!ENTITY staff.bucketz39_search.servers "Z39.50 Servers:">
 <!ENTITY staff.bucketz39_search.indexes "Z39.50 Search Indexes:">
 <!ENTITY staff.bucketz39_search.queue "Add Results to Queue:">
diff --git a/docs/RELEASE_NOTES_NEXT/z39_batch_search_queue.txt b/docs/RELEASE_NOTES_NEXT/z39_batch_search_queue.txt
index dceb6ac..54826c1 100644
--- a/docs/RELEASE_NOTES_NEXT/z39_batch_search_queue.txt
+++ b/docs/RELEASE_NOTES_NEXT/z39_batch_search_queue.txt
@@ -6,7 +6,7 @@ Staff Work Flow
 
  * Staff add records to bib record buckets
  * Staff select the new "Locate Z39.50 Matches" action for a selected bucket.
- * Staff choose which Z30.50 sources and indexes to search and the destination 
+ * Staff choose which Z39.50 sources and indexes to search and the destination 
    queue.
  * Submitting the search fires a series of parallel Z39.50 searches across
    all selected Z39.50 sources.

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

Summary of changes:
 Open-ILS/src/templates/opac/myopac/lists.tt2       |    2 +-
 Open-ILS/web/opac/locale/en-US/lang.dtd            |    2 +-
 docs/RELEASE_NOTES_NEXT/z39_batch_search_queue.txt |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list