Skip to content

Commit

Permalink
Tutorial: fix two strings
Browse files Browse the repository at this point in the history
This is one of the white on map messages
they never use punctuation characters for ending the instructions

Can't be pofixed.
[ci skip]
  • Loading branch information
sevu authored and Vultraz committed May 2, 2018
1 parent 453f8bc commit d479e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/campaigns/tutorial/scenarios/01_Tutorial_part_1.cfg
Expand Up @@ -226,9 +226,9 @@
[/select_unit]

{GENDER (
{PRINT ( _ "Move Konrad next to Delfador.")}
{PRINT ( _ "Move Konrad next to Delfador")}
) (
{PRINT ( _ "Move Li’sar next to Delfador.")}
{PRINT ( _ "Move Li’sar next to Delfador")}
)}
[/event]

Expand Down

0 comments on commit d479e57

Please sign in to comment.