diff --git a/lib/client/config.js b/lib/client/config.js index c6802029..e6fa8a04 100644 --- a/lib/client/config.js +++ b/lib/client/config.js @@ -156,8 +156,7 @@ var CloudCmd, Util, DOM; function onLocalStorageChange(checked) { var element = DOM.getById('diff', Element), - msg = 'Diff would not working with no localStorage.\n' + - 'Use Zip to improve save spead in Edit.'; + msg = 'Diff do not work without localStorage'; if (!checked && element.checked) { alert(msg);