diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
