Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/enumerate.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/enumerate.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/enumerate.xml.in')
-rw-r--r--boards/enumerate.xml.in12
1 files changed, 4 insertions, 8 deletions
diff --git a/boards/enumerate.xml.in b/boards/enumerate.xml.in
index d19530e..b51e6bd 100644
--- a/boards/enumerate.xml.in
+++ b/boards/enumerate.xml.in
@@ -1,21 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="enumerate"
- type="enumerate"
+ type="enumerate"
section="/math/numeration"
- icon="boardicons/enumerate.png"
+ icon="boardicons/enumerate.png"
difficulty="1"
author="Bruno Coudoin (bruno.coudoin@free.fr)">
<_title>Count the items</_title>
<_description>Place the items in the best way to count them</_description>
<_goal>Numeration training</_goal>
<_prerequisite>Basic enumeration</_prerequisite>
- <_manual>
-First, properly organize the items so that you can count them.
-Then, select the item you want to answer in the bottom right area.
-Enter the answer with the keyboard and press the OK button or
-the 'Enter' key.</_manual>
+ <_manual>First, properly organize the items so that you can count them. Then, select the item you want to answer in the bottom right area. Enter the answer with the keyboard and press the OK button or the 'Enter' key.</_manual>
</Board>
<Data directory=""/>
</GCompris>