mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed typo in error message for moving/copying files
This commit is contained in:
parent
5a7daf61aa
commit
b7a221a6ac
@ -1218,7 +1218,7 @@ function check_files(upload)
|
||||
}
|
||||
else
|
||||
{
|
||||
$arr['msg'] = sprintf(lang("%d erros while copying, %d files successfully copied."),
|
||||
$arr['msg'] = sprintf(lang("%d errors while copying, %d files successfully copied."),
|
||||
$arr['errs'], count($copied));
|
||||
}
|
||||
|
||||
@ -1235,7 +1235,7 @@ function check_files(upload)
|
||||
}
|
||||
else
|
||||
{
|
||||
$arr['msg'] = sprintf(lang("%d erros while moving, %d files successfully moved."),
|
||||
$arr['msg'] = sprintf(lang("%d errors while moving, %d files successfully moved."),
|
||||
$arr['errs'], count($moved));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user