Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/superbrain.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-18 22:38:52 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-18 22:38:52 (GMT)
commitd0895b584a0c59677e31e7609cb9ba5b714dc3cd (patch)
treed5e3b7972a4424f750b8eff424c961d63fadea05 /boards/superbrain.xml.in
parent7ee676c3261774968fed5dca2339035658163676 (diff)
- There were a lot of bad formatted xml string in the menus for the help.
When a line is split on several lines, the xml:space="preserve" was missing in numerous places. It means that many translations was missing. - Fixed some bad English thanks to Clytie.
Diffstat (limited to 'boards/superbrain.xml.in')
-rw-r--r--boards/superbrain.xml.in14
1 files changed, 4 insertions, 10 deletions
diff --git a/boards/superbrain.xml.in b/boards/superbrain.xml.in
index 9e60a15..fecfb3a 100644
--- a/boards/superbrain.xml.in
+++ b/boards/superbrain.xml.in
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="superbrain"
- type="superbrain"
+ type="superbrain"
section="/puzzle"
- icon="boardicons/superbrain.png"
+ icon="boardicons/superbrain.png"
difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
@@ -12,12 +12,6 @@
<_description>Tux has hidden several items. Find them again in the correct order</_description>
<_prerequisite></_prerequisite>
<_goal>Tux has hidden several items. Find them again in the correct order</_goal>
- <_manual>
-Click on the items until you find what you think is the correct answer.
-Then, click on the OK button in the control bar.
-In the lower levels, Tux gives you an indication if you found a hiding place
-by marking the item with a black box.
-You can use the right mouse button to flip the colors in the opposite order.
- </_manual>
+ <_manual>Click on the items until you find what you think is the correct answer. Then, click on the OK button in the control bar. In the lower levels, Tux gives you an indication if you found a hiding place by marking the item with a black box. You can use the right mouse button to flip the colors in the opposite order.</_manual>
</Board>
</GCompris>