Bugzilla – Attachment 46704 Details for
Bug 15573
String and translatability fix to Patron Card Creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15573 [QA Followup] - Tweak wording
Bug-15573-QA-Followup---Tweak-wording.patch (text/plain), 1.27 KB, created by
Kyle M Hall (khall)
on 2016-01-15 15:51:15 UTC
(
hide
)
Description:
Bug 15573 [QA Followup] - Tweak wording
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-01-15 15:51:15 UTC
Size:
1.27 KB
patch
obsolete
>From bd32cb007df3724d5fb2adde762c3d713c3a71bc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 15 Jan 2016 15:49:10 +0000 >Subject: [PATCH] Bug 15573 [QA Followup] - Tweak wording > >Based on JS4 of the coding guidelines, it seems improper embed the count >in the middle of this string. I think this working may be more correct. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >index 044d00c..05d3ca7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt >@@ -179,7 +179,7 @@ > > [% IF ( duplicate_message ) %] > <div class="dialog message"> >- <strong>Duplicates removed from batch number [% batch_id %]: [% duplicate_count %] patron(s)</strong> >+ <strong>Duplicate patrons removed from batch number [% batch_id %]: [% duplicate_count %]</strong> > </div> > [% END %] > >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15573
:
46624
|
46638
|
46671
|
46678
|
46703
| 46704