diff options
| author | garbash <dor.garbash@gmail.com> | 2015-04-26 17:08:32 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-04-26 17:08:35 +0300 |
| commit | 7e375071ff687300c78ab1dd91a075e906b00674 (patch) | |
| tree | 776d1322b1b0c7c44eb1721cf0d569d7698a2658 /src/client/buttons.js | |
| parent | c1fe4ae32e161e2b9395ccb3b71a35cdb5dbbf47 (diff) | |
UI text changes for search and merge
Diffstat (limited to 'src/client/buttons.js')
| -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; } |
