Bugzilla – Attachment 47681 Details for
Bug 15662
String and translatability fix to Label Creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15662: String and translatability fix to Label Creator
Bug-15662-String-and-translatability-fix-to-Label-.patch (text/plain), 2.12 KB, created by
Marcel de Rooy
on 2016-02-05 09:46:15 UTC
(
hide
)
Description:
Bug 15662: String and translatability fix to Label Creator
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-02-05 09:46:15 UTC
Size:
2.12 KB
patch
obsolete
>From e8ecb9870860e9c7174444fc90f2934f4aa25db8 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Tue, 26 Jan 2016 02:12:38 +0000 >Subject: [PATCH] Bug 15662: String and translatability fix to Label Creator >Content-Type: text/plain; charset=utf-8 > >To test: >1) Go to Tools -> Label Creator -> New label batch >2) Add an item >3) Click 'Remove selected items' button. Confirm message now reads "Please select at least one label to delete." >4) Click 'Remove duplicates' button. Confirm message now reads "Duplicate item(s) removed from batch number X: Y", all in bold. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Rewording Ok for translatability purpose > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >index eb89d6e..5d40dc7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt >@@ -39,7 +39,7 @@ > var msg = "Are you sure you want to remove label number(s): " + item_msg + " from this batch?" > } > else { >- alert(_("Please select at least label to delete.")); >+ alert(_("Please select at least one label to delete.")); > return; // no item selected > } > var answer = confirm(msg); >@@ -179,7 +179,7 @@ > </div> > [% ELSIF ( duplicate_message ) %] > <div class="dialog message"> >- <strong>[% duplicate_count %] duplicate item(s) found</strong> and removed from batch [% batch_id %]. >+ <strong>Duplicate item(s) removed from batch number [% batch_id %]: [% duplicate_count %]</strong> > </div> > [% END %] > >-- >1.7.10.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 15662
:
47292
|
47306
| 47681