mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-24 00:21:18 +00:00
fix(operation) English spelling: directoris -> directories (#76)
This commit is contained in:
parent
04176f3f23
commit
42b187a0ed
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@
|
|||
if (n >= 5)
|
||||
name += '\n...';
|
||||
|
||||
msg = msgAsk + msgSel + n + ' files/directoris?\n' + name ;
|
||||
msg = msgAsk + msgSel + n + ' files/directories?\n' + name ;
|
||||
} else {
|
||||
isDir = DOM.isCurrentIsDir(current);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue