Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/babyshapes.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/babyshapes.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/babyshapes.xml.in')
-rw-r--r--boards/babyshapes.xml.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/boards/babyshapes.xml.in b/boards/babyshapes.xml.in
index b2386db..74c84fb 100644
--- a/boards/babyshapes.xml.in
+++ b/boards/babyshapes.xml.in
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="babyshapes"
- type="shapegame"
+ type="shapegame"
section="/discovery/miscelaneous"
- icon="boardicons/babyshapes.png"
+ icon="boardicons/babyshapes.png"
difficulty="1"
author="Bruno Coudoin (bruno.coudoin@free.fr) / Andre Connes (andre.connes@toulouse.iufm.fr)"
boarddir="babyshapes">
<_title>Complete the puzzle</_title>
<_description>Drag and Drop the shapes on their respective targets</_description>
<_prerequisite>Good mouse-control</_prerequisite>
- <_credit>The dog is provided by Andre Connes and released under the GPL
- </_credit>
+ <_credit>The dog is provided by Andre Connes and released under the GPL</_credit>
<_manual>Complete the puzzle by dragging each piece from the set of pieces on the left, to the matching space in the puzzle.</_manual>
</Board>
</GCompris>