Bugzilla – Attachment 115281 Details for
Bug 27027
Typo: has successfully been modified.. %s
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27027 Type in line 125 corrected
Bug-27027-Type-in-line-125-corrected.patch (text/plain), 1.79 KB, created by
Amy King
on 2021-01-19 01:59:53 UTC
(
hide
)
Description:
Bug 27027 Type in line 125 corrected
Filename:
MIME Type:
Creator:
Amy King
Created:
2021-01-19 01:59:53 UTC
Size:
1.79 KB
patch
obsolete
>From daac32bca3e097d5111d5a13562dcf0ec6bd2b38 Mon Sep 17 00:00:00 2001 >From: Amy King <amyking386@gmail.com> >Date: Tue, 19 Jan 2021 01:55:00 +0000 >Subject: [PATCH] Bug 27027 Type in line 125 corrected > >Test Plan >Before applying patch >1. Open koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >2. Note how in line 125 "has successfully been modified.." has two full >stops >3. Apply patch >4. Repeat step 1 >5. Note how there is only now one full stop in line 125 "has been >successfully ben modified." >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >index 38d38cb63c..7f866fbbea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt >@@ -122,7 +122,7 @@ > [% CASE 'authority_not_modified' %] > Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has not been modified. An error occurred on modifying it[% IF m.error %] ([% m.error | html %])[% END %]. > [% CASE 'authority_modified' %] >- Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has successfully been modified.. >+ Authority record <a href="/cgi-bin/koha/authorities/detail.pl?authid=[% m.authid | uri %]">[% m.authid | html %]</a> has successfully been modified. > [% END %] > </div> > [% END %] >-- >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 27027
:
115281
|
115348
|
115349
|
115451
|
115578