From c66f201e1d790319e8986420919cdf952b59f2fa Mon Sep 17 00:00:00 2001 From: Chloe Date: Tue, 19 Jan 2016 21:18:09 +0000 Subject: [PATCH] Bug 15592 - spelling mistake in ~/Koha/koha-tmpl/intranet-tmpl/p./plugins/plugins-upload.tt To Test: checkthat "extention" has been changed to "extension" on line 27 --- koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt index bce663d..070c03d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-upload.tt @@ -24,7 +24,7 @@ [% IF ( ERRORS ) %]
[% FOREACH ERROR IN ERRORS %] - [% IF ( ERROR.NOTKPZ ) %]
  • The upload file does not appear to be a kpz file. The extention is not '.kpz'.
  • + [% IF ( ERROR.NOTKPZ ) %]
  • The upload file does not appear to be a kpz file. The extension is not '.kpz'.
  • [% ELSIF ( ERROR.NOWRITETEMP ) %]
  • This script is not able to create/write to the necessary temporary directory.
  • [% ELSIF ( ERROR.EMPTYUPLOAD ) %]
  • The upload file appears to be empty.
  • [% ELSIF ( ERROR.UZIPFAIL ) %]
  • [% ERROR.UZIPFAIL %] failed to unpack.
    Please verify the integrity of the zip file and retry.
  • -- 1.7.10.4