mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 13:04:07 +02:00
typo
This commit is contained in:
parent
fac40f51d9
commit
ee9b953b1c
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
stories[story.id] = story;
|
stories[story.id] = story;
|
||||||
var message = story.username + " says something is happending in " + story.place_name + ". Open GOTO to join them.";
|
var message = story.username + " says something is happening in " + story.place_name + ". Open GOTO to join them.";
|
||||||
Window.displayAnnouncement(message);
|
Window.displayAnnouncement(message);
|
||||||
didNotify = true;
|
didNotify = true;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue