← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~mmrxyz/widelands/scenario_tutorial01_typo_fix into lp:widelands

 

GunChleoc has proposed merging lp:~mmrxyz/widelands/scenario_tutorial01_typo_fix into lp:widelands.

Commit message:
Typo fix in tutorial01 were -> where

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~mmrxyz/widelands/scenario_tutorial01_typo_fix/+merge/362939
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~mmrxyz/widelands/scenario_tutorial01_typo_fix into lp:widelands.
=== modified file 'data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua'
--- data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua	2018-08-13 16:44:58 +0000
+++ data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua	2019-02-09 09:06:26 +0000
@@ -237,7 +237,7 @@
    title = _"How to Build a Quarry",
    body = (
       p(_[[Build a quarry next to those rocks here. Remember how I did it earlier?]]) ..
-      p(_[[Make sure that you are showing the building spaces, then just click on the space were you want the building to be, choose it from the window that appears, and it is placed. Maybe this is a good time to explain about all those building space symbols we activated earlier.]]) ..
+      p(_[[Make sure that you are showing the building spaces, then just click on the space where you want the building to be, choose it from the window that appears, and it is placed. Maybe this is a good time to explain about all those building space symbols we activated earlier.]]) ..
       p(_[[You can build four things on fields in Widelands: flags, small houses, medium houses and big houses. But not every field can hold everything. The build space symbols ease recognition:]]) ..
       li_image("images/wui/overlays/big.png", _[[Everything can be built on the green house symbol.]]) ..
       li_image("images/wui/overlays/medium.png", _[[Everything except for big buildings can be built on a yellow house symbol.]]) ..


References