[open-ils-commits] [GIT] Evergreen ILS branch rel_2_11 updated. cd568ce696e548f0bc1314ec9336f21f961b7294
Evergreen Git
git at git.evergreen-ils.org
Tue Feb 14 14:45:35 EST 2017
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_11 has been updated
via cd568ce696e548f0bc1314ec9336f21f961b7294 (commit)
from 071bbcb3adf1c37b5a004ea182b90c62ddeba200 (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 cd568ce696e548f0bc1314ec9336f21f961b7294
Author: Ben Shum <ben at evergreener.net>
Date: Fri Sep 9 10:12:43 2016 -0400
LP#1621412: Fix typo in acq li_attr.tt2
As noticed by Eva Cerninakova, there is a mispelling for "identifier"
in this file. Fixed.
Signed-off-by: Ben Shum <ben at evergreener.net>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/acq/settings/li_attr.tt2 b/Open-ILS/src/templates/acq/settings/li_attr.tt2
index 91b03a7..36c37d5 100644
--- a/Open-ILS/src/templates/acq/settings/li_attr.tt2
+++ b/Open-ILS/src/templates/acq/settings/li_attr.tt2
@@ -23,7 +23,7 @@
<td><input dojoType="dijit.form.TextBox" name="subfield"></input></td>
</tr>
<tr>
- <td><label for="ident">[% l('Identifer Field?: ') %]</label></td>
+ <td><label for="ident">[% l('Identifier Field?: ') %]</label></td>
<td>
<select dojoType="dijit.form.FilteringSelect" name="ident">
<option value='f' selected='selected'>[% l('False') %]</option>
diff --git a/build/i18n/po/acq/acq.pot b/build/i18n/po/acq/acq.pot
index 34d65a8..38aba9c 100644
--- a/build/i18n/po/acq/acq.pot
+++ b/build/i18n/po/acq/acq.pot
@@ -709,7 +709,7 @@ msgid "ISSN"
msgstr ""
#: ../../Open-ILS/src/templates/acq/settings/li_attr.tt2:26
-msgid "Identifer Field?: "
+msgid "Identifier Field?: "
msgstr ""
#: ../../Open-ILS/src/templates/acq/receiving/process.tt2:11 ../../Open-ILS/src/templates/acq/settings/li_attr.tt2:54
diff --git a/build/i18n/po/acq/cs-CZ.po b/build/i18n/po/acq/cs-CZ.po
index 24ce0cc..e1d18e2 100644
--- a/build/i18n/po/acq/cs-CZ.po
+++ b/build/i18n/po/acq/cs-CZ.po
@@ -711,7 +711,7 @@ msgid "ISSN"
msgstr "ISSN"
#: ../../Open-ILS/src/templates/acq/settings/li_attr.tt2:26
-msgid "Identifer Field?: "
+msgid "Identifier Field?: "
msgstr ""
#: ../../Open-ILS/src/templates/acq/receiving/process.tt2:11 ../../Open-ILS/src/templates/acq/settings/li_attr.tt2:54
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/acq/settings/li_attr.tt2 | 2 +-
build/i18n/po/acq/acq.pot | 2 +-
build/i18n/po/acq/cs-CZ.po | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list