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

Evergreen Git git at git.evergreen-ils.org
Fri May 4 13:57:12 EDT 2012


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  710f55165414e22164b073ba35b7775537b9d2ad (commit)
      from  4bc4f9d59f0c58f177becaa0280656b55104a5f9 (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 710f55165414e22164b073ba35b7775537b9d2ad
Author: Dan Scott <dscott at laurentian.ca>
Date:   Fri May 4 13:55:55 2012 -0400

    Fix typo in TPAC noticed by Warren Layton
    
    Expiration needs to be spelled correctly; Warren Layton pointed out the
    typo while working on a translation of the derived tpac.pot file. Many
    thanks, Warren!
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2 b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2
index 3f152b1..e91838a 100644
--- a/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2
+++ b/Open-ILS/src/templates/opac/myopac/main_payment_form.tt2
@@ -140,7 +140,7 @@
                     </td>
                 </tr>
                 <tr>
-                    <td>[% l('Exipration Month') %]</td>
+                    <td>[% l('Expiration Month') %]</td>
                     <td>
                         <select name="expire_month">
                             <option value="01">[% l("January") %]</option>
diff --git a/build/i18n/po/tpac/tpac.pot b/build/i18n/po/tpac/tpac.pot
index 4027095..67876cf 100644
--- a/build/i18n/po/tpac/tpac.pot
+++ b/build/i18n/po/tpac/tpac.pot
@@ -802,7 +802,7 @@ msgid "Excerpt"
 msgstr ""
 
 #: ../../Open-ILS/src/templates/opac/myopac/main_payment_form.tt2:143
-msgid "Exipration Month"
+msgid "Expiration Month"
 msgstr ""
 
 #: ../../Open-ILS/src/templates/opac/parts/record/issues-db.tt2:1 ../../Open-ILS/src/templates/opac/parts/result/facets.tt2:71 ../../Open-ILS/src/templates/opac/parts/staff_saved_searches.tt2:11

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

Summary of changes:
 .../templates/opac/myopac/main_payment_form.tt2    |    2 +-
 build/i18n/po/tpac/tpac.pot                        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list