Bug 28438: (follow-up) Capitalization: Various corrections
One mdditional correction. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
13ad7c7ea0
commit
835ad1ae3e
1 changed files with 1 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Reference in a new issue