From: Liz Rea Date: Thu, 22 Aug 2013 04:55:48 +0000 (+1200) Subject: Bug 10776: fix awkward wording in subscription notification screen X-Git-Url: http://git.equinoxoli.org/?p=koha-equinox.git;a=commitdiff_plain;h=6398126f8899b57380fbc32d23662ba0e9c48f43 Bug 10776: fix awkward wording in subscription notification screen to test: - make a subscription available to be notified about - log into the opac, click the subscriptions tab, then More details - click "Subscribe to email notification on new issues" - observe the text without the patch - there seems to be an extra "arrive?" - apply the patch, refresh - wording should flow a bit better. Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Fixes bad wording and works as described. Passes all tests and QA script, template change only. Signed-off-by: Galen Charlton --- diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tt index 91107c7..b57e9ee 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-alert-subscribe.tt @@ -12,8 +12,7 @@
[% IF ( typeissue ) %]

Subscribe issue receive warning

-

Do you want to receive an email when a new issue for this subscription arrives?

- [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrive ?

+

Do you want to receive an email when a new issue of [% bibliotitle %] [% IF ( notes ) %]([% notes %])[% END %] arrives?