mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(buffer) paste: "No files selected" -> "Buffer is empty!"
This commit is contained in:
parent
8e7cd876a0
commit
067a07c1ed
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ var Util, DOM;
|
|||
path = Info.dirPath;
|
||||
|
||||
if (!error && !cp && !ct)
|
||||
error = 'No files selected!';
|
||||
error = 'Buffer is empty!';
|
||||
|
||||
if (error) {
|
||||
DOM.Dialog.alert(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue