Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/money_cents.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/money_cents.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/money_cents.xml.in')
-rw-r--r--boards/money_cents.xml.in14
1 files changed, 6 insertions, 8 deletions
diff --git a/boards/money_cents.xml.in b/boards/money_cents.xml.in
index 178dcd6..093ef97 100644
--- a/boards/money_cents.xml.in
+++ b/boards/money_cents.xml.in
@@ -1,20 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="money_cents"
- type="money"
+ type="money"
section="/math/numeration"
- icon="boardicons/money_cents.png"
- mode="WITH_CENTS"
+ icon="boardicons/money_cents.png"
+ mode="WITH_CENTS"
difficulty="3"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
<_title>Money</_title>
<_description>Practice money usage including cents</_description>
- <_prerequisite>Can count</_prerequisite>
- <_goal>You must buy the different items and give the exact price.
-At higher levels, several items are displayed, and you must first calculate the
-total price.</_goal>
+ <_prerequisite>Can count</_prerequisite>
+ <_goal>You must buy the different items and give the exact price. At higher levels, several items are displayed, and you must first calculate the total price.</_goal>
<_manual>Click on the coins or paper money at the bottom of the screen to pay. If you want to remove a coin or note, click on it on the upper screen area.</_manual>
</Board>
</GCompris>