Escape non-breaking space in tutorial

Patch by: materiagris via https://github.com/0ad/0ad/pull/44
This was SVN commit r28109.
This commit is contained in:
Dunedan 2024-06-12 08:32:09 +00:00
parent b9fd6f18f0
commit 95fcfeb496

View File

@ -1,6 +1,6 @@
Trigger.prototype.tutorialGoals = [
{
"instructions": markForTranslation("Welcome to the 0 A.D. tutorial."),
"instructions": markForTranslation("Welcome to the 0\xa0A.D. tutorial."),
},
{
"instructions": markForTranslation("Left-click on a Female Citizen and then right-click on a berry bush to make that Female Citizen gather food. Female Citizens gather vegetables faster than other units."),