mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
change wording for common case
This commit is contained in:
parent
f5c4535115
commit
83685740c4
1 changed files with 3 additions and 1 deletions
|
@ -129,7 +129,9 @@ EntityListTool = function(opts) {
|
|||
}
|
||||
});
|
||||
var dedupped = Object.keys(sessionIds);
|
||||
if (!dedupped.length) {
|
||||
if (!selectionManager.selections.length) {
|
||||
Window.alert('No objects selected.');
|
||||
} else if (!dedupped.length) {
|
||||
Window.alert('There were no recent users of the ' + selectionManager.selections.length + ' selected objects.');
|
||||
} else {
|
||||
// No need to subscribe if we're just sending.
|
||||
|
|
Loading…
Reference in a new issue