[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 74576fdd67bda07aad95d7164c521243d4c95b38
Evergreen Git
git at git.evergreen-ils.org
Fri May 4 13:58:08 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, rel_2_2 has been updated
via 74576fdd67bda07aad95d7164c521243d4c95b38 (commit)
from 946e4c5b1111d5352e14c783df0f4edef7267d30 (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 74576fdd67bda07aad95d7164c521243d4c95b38
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