Bugzilla – Attachment 112862 Details for
Bug 25469
Typo: Item does not belongs to your library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25469: Typo: Item does not belongs to your library
Bug-25469-Typo-Item-does-not-belongs-to-your-libra.patch (text/plain), 2.63 KB, created by
David Nind
on 2020-11-02 19:14:26 UTC
(
hide
)
Description:
Bug 25469: Typo: Item does not belongs to your library
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-11-02 19:14:26 UTC
Size:
2.63 KB
patch
obsolete
>From 1c3db736c8ffc7fc2c998925483c5a164d4e2ad4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 2 Nov 2020 15:16:40 +0000 >Subject: [PATCH] Bug 25469: Typo: Item does not belongs to your library > >This patch makes corrections to two strings in the batch delete template >to correct a typo. Before: > >t("Item does not belongs to your library") > >...after, > >t("Item does not belong to your library") > >To test, apply the patch and inspect the template to confirm that the >string is correct. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >index c765db5adf..4752333b40 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt >@@ -118,7 +118,7 @@ > [% ELSE %] > [% SWITCH can_be_deleted %] > [% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] >- [% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belongs to your library") %] >+ [% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belong to your library") %] > [% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] > [% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] > [% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] >@@ -260,7 +260,7 @@ > <td> > [% SWITCH not_deleted_loo.reason %] > [% CASE "book_on_loan" %][% SET cannot_delete_reason = t("Item is checked out") %] >- [% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belongs to your library") %] >+ [% CASE "not_same_branch" %][% SET cannot_delete_reason = t("Item does not belong to your library") %] > [% CASE "book_reserved" %][% SET cannot_delete_reason = t("Item has a waiting hold") %] > [% CASE "linked_analytics" %][% SET cannot_delete_reason = t("Item has linked analytics") %] > [% CASE "last_item_for_hold" %][% SET cannot_delete_reason = t("Last item for bibliographic record wich biblio-level hold on it") %] >-- >2.11.0
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 25469
:
112845
|
112862
|
112879