@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -142,7 +142,7 @@ function fnErrorHandler(evt) { switch(evt.target.error.code) { case evt.target.error.NOT_FOUND_ERR: - alert(_("File not Found!")); + alert(_("File not found!")); break; case evt.target.error.NOT_READABLE_ERR: alert(_("File is not readable")); --