Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/scalesboard.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/scalesboard.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/scalesboard.xml.in')
-rw-r--r--boards/scalesboard.xml.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/boards/scalesboard.xml.in b/boards/scalesboard.xml.in
index 3152747..a8743b7 100644
--- a/boards/scalesboard.xml.in
+++ b/boards/scalesboard.xml.in
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="scalesboard"
- type="shapegame"
+ type="shapegame"
section="/math/algebramenu"
- icon="boardicons/scalesicon.png"
+ icon="boardicons/scalesicon.png"
difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="scales">
@@ -12,9 +12,7 @@
<_description>Drag and Drop masses to balance the scales</_description>
<_goal>Mental calculation, arithmetic equality</_goal>
<_prerequisite></_prerequisite>
- <_manual>To balance the scales, move the masses on the left side.
-The masses can be arranged in any order.
-</_manual>
+ <_manual>To balance the scales, move the masses on the left side. The masses can be arranged in any order.</_manual>
<_credit>The painting is an original painting created by Virginie MOREAU (virginie.moreau@free.fr) in 2001. Its name is 'Spices Seller in Egypt'. It is released under the GPL licence.</_credit>
</Board>
</GCompris>