From ef5cab49877dcd072feaefb91ca1435d6f411149 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 17 Jul 2014 10:57:04 -0400 Subject: [PATCH] chore(config) onLocalStorageChange: change msg --- lib/client/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);