[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 01b9658f6a78049fb399db03b48a64ab22d9c44a
Evergreen Git
git at git.evergreen-ils.org
Fri Mar 15 11:54:13 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, rel_2_3 has been updated
via 01b9658f6a78049fb399db03b48a64ab22d9c44a (commit)
from c2a99daeb62fd82308e0170bb29c139820be6a42 (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 01b9658f6a78049fb399db03b48a64ab22d9c44a
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 59f8d41..08789a6 100644
--- a/Open-ILS/src/templates/opac/myopac/holds.tt2
+++ b/Open-ILS/src/templates/opac/myopac/holds.tt2
@@ -71,7 +71,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