From 7e375071ff687300c78ab1dd91a075e906b00674 Mon Sep 17 00:00:00 2001 From: garbash Date: Sun, 26 Apr 2015 17:08:32 +0300 Subject: UI text changes for search and merge --- src/client/buttons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/buttons.js b/src/client/buttons.js index cb7f70b1..699688c4 100644 --- a/src/client/buttons.js +++ b/src/client/buttons.js @@ -34,7 +34,7 @@ $('.url-copy a').click(function() { var really_load = function() { if (!rz_core.main_graph.empty()) { - return confirm('All unsaved changes will be deleted, are you sure?'); + return confirm('Current work will be merged with the new import, are you sure?'); } return true; } -- cgit v1.3.1