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

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, master has been updated
       via  b549d593f6d294c7a7f526e97d159182f33e32e9 (commit)
      from  6de97f9b7bf3588b901421682757146dbff3af40 (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 b549d593f6d294c7a7f526e97d159182f33e32e9
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