Bugzilla – Attachment 115578 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: Fixed typo - extra dot removed
Bug-27027-Fixed-typo---extra-dot-removed.patch (text/plain), 1.90 KB, created by
Nick Clemens (kidclamp)
on 2021-01-21 16:34:40 UTC
(
hide
)
Description:
Bug 27027: Fixed typo - extra dot removed
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-01-21 16:34:40 UTC
Size:
1.90 KB
patch
obsolete
>From ea3865bed694e3606c22ace3908dc72731f3a4ae 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: Fixed typo - extra dot removed > >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." > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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