mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Fix typo
This commit is contained in:
parent
4fa7ac1af2
commit
8a20969103
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
return;
|
||||
}
|
||||
stories[story.id] = story;
|
||||
var message = story.username + " " + story.action_string + " " + story.place_name + ". Open GOTO to join them.";
|
||||
var message = story.username + " " + story.action_string + " in " + story.place_name + ". Open GOTO to join them.";
|
||||
Window.displayAnnouncement(message);
|
||||
didNotify = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue