From 286fc75f017a0a5e81cb45712c0b08c718d15ed1 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 20 Apr 2023 21:07:11 +0000 Subject: [PATCH] Bug 33549: Improve wording of dialog messages In terms of translations type can be a lot of things. Usually translations are easier with more context, so I've added restriction to the type :) Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- .../prog/en/modules/admin/restrictions.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt index e4a1ccea45..7ae546a983 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt @@ -60,19 +60,19 @@
[% SWITCH m.code %] [% CASE 'add_success' %] - Type added + Restriction type added [% CASE 'update_success' %] - Type updated + Restriction type updated [% CASE 'duplicate_display_text' %] Another restriction already has this label [% CASE 'duplicate_code' %] Another restriction already has this code [% CASE 'delete_success' %] - Type deleted + Restriction type deleted [% CASE 'delete_default' %] - Cannot delete the default type + Cannot delete the default restriction type [% CASE 'delete_system' %] - Cannot delete a system type + Cannot delete a system restriction type [% CASE %] [% m.code | html %] [% END %] -- 2.39.2