Bug 21866: Changed "report" to "plugins" for the warning "This report was written...
authorOlivia Lu <olivialokm@gmail.com>
Tue, 15 Jan 2019 03:52:30 +0000 (03:52 +0000)
committerJesse Maseto <jesse@bywatersolutions.com>
Wed, 23 Jan 2019 18:11:20 +0000 (18:11 +0000)
To find this change:

1. Enable use plugins in global system preferences
2. Go to tools then click tool plugins
3. Verify that this string now says plugins

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 5e2e101037bb2bfb8579fcee331388e56658db84)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 2c6b8230b8fa7dd0a7746327c126565fc8b47dc9)

Signed-off-by: Jesse Maseto <jesse@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt

index ac6f426..bfa5d8b 100644 (file)
@@ -87,7 +87,7 @@
 
                                         [% IF ( plugin.metadata.maximum_version && koha_version > plugin.metadata.maximum_version ) %]
                                             <div class="dialog alert">
-                                                Warning: This report was written for an older version of Koha. Run at your own risk.
+                                                Warning: This plugin was written for an older version of Koha. Run at your own risk.
                                             </div>
                                         [% END %]
                                     </td>