Found in translation, it appers in: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:2 koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:8
Does anyone know how to create the circumstance under which the typo is shown?
Hi Owen, looking at the code I found a clue in Items.pm safe_to_delete: "not_same_branch" if the item is blocked by independent branches, I think you need to be: - not superlibrarian - IndependentBranches on - login branch != homebranch of the item
Created attachment 112845 [details] [review] 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.
Created attachment 112862 [details] [review] 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>
Created attachment 112879 [details] [review] 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> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!