widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #08217
[Merge] lp:~widelands-dev/widelands/bug-1618597 into lp:widelands
GunChleoc has proposed merging lp:~widelands-dev/widelands/bug-1618597 into lp:widelands.
Commit message:
Fixed outdated explanation on where the message button is in tutorial - Basic Control.
Patch by Steven De Herdt (stdh).
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
Bug #1618597 in widelands: "Small error in tutorial"
https://bugs.launchpad.net/widelands/+bug/1618597
For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/bug-1618597/+merge/304464
--
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/bug-1618597 into lp:widelands.
=== modified file 'data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua'
--- data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua 2016-03-16 10:41:23 +0000
+++ data/campaigns/tutorial01_basic_control.wmf/scripting/texts.lua 2016-08-31 09:46:27 +0000
@@ -398,7 +398,7 @@
heading = _"Introducing Messages",
body = rt(
p(_[[Hi, it’s me again! This time, I have sent you a message. Messages are sent to you by Widelands to inform you about important events: empty mines, attacks on your tribe, won or lost military buildings, resources found…]]) ..
- p(_[[The message window can be toggled by the button on the very right at the bottom of the screen. This button will also change appearance whenever new messages are available, but there is also a bell sound played whenever you receive a new message.]]) ..
+ p(_[[The message window can be toggled by the second button from the right at the bottom of the screen. This button will also change appearance whenever new messages are available, but there is also a bell sound played whenever you receive a new message.]]) ..
p(_[[You have two messages at the moment. This one, which you are currently reading, and the one that informed you that a new headquarters was added to your economy. Let’s learn how to archive messages: first, select the message that you wish to archive by clicking on it in the list. Then, click the]])
) ..
rt("image=images/wui/messages/message_archive.png", p(_[[‘Archive selected message’ button to move it into your archive.]])) ..
Follow ups