Change wording for orphaned editor.
The term "vanished" is used elsewhere.
This commit is contained in:
parent
54fffc8264
commit
9dfc6b0f61
@ -1653,7 +1653,7 @@ class CommandDispatcher:
|
||||
def on_editor_orphaned(self, ed):
|
||||
ed.editing_finished.disconnect()
|
||||
ed.editing_finished.connect(
|
||||
lambda: message.warning('Edited element was closed'))
|
||||
lambda: message.warning('Edited element vanished'))
|
||||
|
||||
@cmdutils.register(instance='command-dispatcher', maxsplit=0,
|
||||
scope='window')
|
||||
|
Loading…
Reference in New Issue
Block a user