diff --git a/lib/client/buffer.js b/lib/client/buffer.js index d469b13c..dc3ff877 100644 --- a/lib/client/buffer.js +++ b/lib/client/buffer.js @@ -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);