Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/searace.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-04-01 21:22:38 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-04-01 21:22:38 (GMT)
commitae70dd3c0d552573085e741fb32604d8a158d05d (patch)
tree2bfbca1b0ed6724deedb305b8bc12ec9375bb2dc /boards/searace.xml.in
parent9c277d0ec41fe8b42d74a6cf36011c4a5a241aeb (diff)
Fixed bad formatted strings that breaks translation.
svn path=/trunk/; revision=2573
Diffstat (limited to 'boards/searace.xml.in')
-rw-r--r--boards/searace.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/boards/searace.xml.in b/boards/searace.xml.in
index f6de975..86f51ca 100644
--- a/boards/searace.xml.in
+++ b/boards/searace.xml.in
@@ -12,6 +12,11 @@
<_description>Direct your boat accurately to win the race.</_description>
<_prerequisite></_prerequisite>
<_goal>In this activity, you will learn how to enter commands into a computer. Even if the language is extremely basic, you learn here how to think ahead and construct a program. This activity can be used to introduce the programming concept to children.</_goal>
- <_manual>In the text entry, enter one command per line, to control your boat. Commands supported are displayed between the two entry areas. The 'left' and 'right' commands must be followed by an angle in degrees. The angle value is also called a 'parameter' to the left or right command. By default 45 degrees is used. The 'forward' command accepts a distance parameter. By default 1 is used. For example: left 90 => Make a perpendicular left turn forward 10 => Go forward for 10 units (as displayed on the ruler). The goal is to reach the right of the screen (the red line). When done, you can try to improve your program and start a new race with the same weather conditions by using the retry button. You can click and drag your mouse anywhere on the map to get a measurement in distance and angle. Going to the next level will give you more complex weather conditions.</_manual>
+ <_manual xml:space="preserve">In the text entry, enter one command per line, to control your boat.
+Commands supported are displayed between the two entry areas. The 'left' and 'right' commands must be followed by an angle in degrees. The angle value is also called a 'parameter' to the left or right command. By default 45 degrees is used. The 'forward' command accepts a distance parameter. By default 1 is used.
+For example:
+- left 90: Make a perpendicular left turn
+- forward 10: Go forward for 10 units (as displayed on the ruler).
+The goal is to reach the right of the screen (the red line). When done, you can try to improve your program and start a new race with the same weather conditions by using the retry button. You can click and drag your mouse anywhere on the map to get a measurement in distance and angle. Going to the next level will give you more complex weather conditions.</_manual>
</Board>
</GCompris>