[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. ab1f529ee58b5c367bc295265c59c4ecb2198f5f

Evergreen Git git at git.evergreen-ils.org
Wed Sep 12 11:43:39 EDT 2018


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_3_1 has been updated
       via  ab1f529ee58b5c367bc295265c59c4ecb2198f5f (commit)
      from  7cbcf9f06fb1d747ef1b2d7eb85d45152fee5374 (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 ab1f529ee58b5c367bc295265c59c4ecb2198f5f
Author: Jason Stephenson <jason at sigio.com>
Date:   Mon Sep 10 16:39:45 2018 -0400

    Lp 1746251: Fix Circulation Modifier typos.
    
    Change "Circulation Modifer" to "Circulation Modifier" in two files.
    This commit only addresses the obvious typos.  I leave the Circ
    Modifier versus Circulation Modifier debate as an open question.  One
    of my concerns is changing them all to one string may require some
    reorganization of interfaces to avoid clunkiness.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>
    Signed-off-by: Ben Shum <ben at evergreener.net>

diff --git a/Open-ILS/src/templates/staff/admin/serials/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/admin/serials/t_attr_edit.tt2
index a4bfecf..538549f 100644
--- a/Open-ILS/src/templates/staff/admin/serials/t_attr_edit.tt2
+++ b/Open-ILS/src/templates/staff/admin/serials/t_attr_edit.tt2
@@ -158,7 +158,7 @@
 
             <div class="row bg-info">
                 <div class="col-md-6">
-                    <b>[% l('Circulation Modifer') %]</b>
+                    <b>[% l('Circulation Modifier') %]</b>
                 </div>
                 <div class="col-md-6">
                     <b>[% l('Price') %]</b>
diff --git a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2 b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
index 0818af5..9fe2a28 100644
--- a/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
+++ b/Open-ILS/src/templates/staff/cat/volcopy/t_attr_edit.tt2
@@ -208,7 +208,7 @@
 
             <div class="row bg-info">
                 <div class="col-md-6">
-                    <b>[% l('Circulation Modifer') %]</b>
+                    <b>[% l('Circulation Modifier') %]</b>
                 </div>
                 <div class="col-md-6">
                     <b>[% l('Price') %]</b>

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

Summary of changes:
 .../templates/staff/admin/serials/t_attr_edit.tt2  |    2 +-
 .../templates/staff/cat/volcopy/t_attr_edit.tt2    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list