From 493131d99a6c6268f993435097c9db529588bd2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> Date: Mon, 4 May 2015 11:45:45 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 14127 - Typo in message preference form - "mesage" This path fixes the typo. To reproduce and test: Go to a patron's detail page The message appears as hint in column-header 'Digests only (i)' Sponsored-by: Universidad de El Salvador Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> --- .../intranet-tmpl/prog/en/includes/messaging-preference-form.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc index 1dfc187..722c2e9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc @@ -25,7 +25,7 @@ [% IF ( SMSSendDriver ) %]<th>SMS</th>[% END %] [% IF ( TalkingTechItivaPhone ) %]<th>Phone</th>[% END %] <th>Email</th> - <th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single mesage." data-placement="right" class="icon icon-info-sign"></i></th> + <th>Digests only <i id="info_digests" data-toggle="tooltip" title="You can ask for a digest to reduce the number of messages. Messages will be saved and sent as a single message." data-placement="right" class="icon icon-info-sign"></i></th> <!-- <th>RSS</th> --> [% UNLESS ( messaging_form_inactive ) %]<th>Do not notify</th>[% END %] </tr> -- 1.7.10.4