[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 7f56d000bc2a7b95776bbfe76cd3bf595dd84ea7

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_0 has been updated
       via  7f56d000bc2a7b95776bbfe76cd3bf595dd84ea7 (commit)
      from  0590a3a4203aa4fd77a8e357ea0c253fb907e6d0 (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 7f56d000bc2a7b95776bbfe76cd3bf595dd84ea7
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 17158e2..d63b37b 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
@@ -209,7 +209,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