Bugzilla – Attachment 149997 Details for
Bug 33549
Patron restriction types - Style missing for dialog messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33549: Improve wording of dialog messages
Bug-33549-Improve-wording-of-dialog-messages.patch (text/plain), 1.76 KB, created by
Katrin Fischer
on 2023-04-20 21:08:44 UTC
(
hide
)
Description:
Bug 33549: Improve wording of dialog messages
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-04-20 21:08:44 UTC
Size:
1.76 KB
patch
obsolete
>From 51c5af4311a3bc7a41c70938e21fe52d73d83b55 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >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 <katrin.fischer.83@web.de> >--- > .../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 494b353612..ae5d3ddaad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt >@@ -76,19 +76,19 @@ > <div class="dialog message [% m.code | html %]"> > [% 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.30.2
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 33549
:
149824
|
149845
|
149996
| 149997