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

Evergreen Git git at git.evergreen-ils.org
Fri Mar 15 11:53:04 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  9a0c4082cd699eedda6159335d72eb114d048d98 (commit)
      from  22b50dccc96b6977febea1e2877b6a945a3bbef0 (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 9a0c4082cd699eedda6159335d72eb114d048d98
Author: Michael Peters <mpeters at emeralddata.net>
Date:   Fri Mar 15 09:47:26 2013 -0400

    Use a consistent spelling of "Pickup" throughout the code
    
    LP#1155494 In myopac/holds.tt2 the text "PickUp Location" is
    used, and everywhere else it's "Pickup Location".
    Pick one spelling and stick to it.
    
    Signed-off-by: Michael Peters <mpeters at emeralddata.net>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/myopac/holds.tt2 b/Open-ILS/src/templates/opac/myopac/holds.tt2
index 2da8cef..fb89c50 100644
--- a/Open-ILS/src/templates/opac/myopac/holds.tt2
+++ b/Open-ILS/src/templates/opac/myopac/holds.tt2
@@ -94,7 +94,7 @@
                     <select class="hide_me" id="holds_sort">
                         <option value="">[% l('-- Sort By --') %]</option>
                         <option value="title">[% l('Title') %]</option>
-                        <option value="pickup">[% l('PickUp Location') %]</option>
+                        <option value="pickup">[% l('Pickup Location') %]</option>
                         <option value="status">[% l('Status') %]</option>
                     </select>
                 </td>

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

Summary of changes:
 Open-ILS/src/templates/opac/myopac/holds.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list