Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/connect4.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/connect4.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/connect4.xml.in')
-rw-r--r--boards/connect4.xml.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/boards/connect4.xml.in b/boards/connect4.xml.in
index 1eb314c..86894dd 100644
--- a/boards/connect4.xml.in
+++ b/boards/connect4.xml.in
@@ -1,17 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board type="python:connect4"
- section="/strategy"
- name="connect4"
- icon="boardicons/connect4.png"
- difficulty="2"
- boarddir="connect4"
+ section="/strategy"
+ name="connect4"
+ icon="boardicons/connect4.png"
+ difficulty="2"
+ boarddir="connect4"
author="Laurent Lacheny (laurent.lacheny@wanadoo.fr)">
<_title>Connect 4</_title>
<_description>Arrange four coins in a row</_description>
<_prerequisite>Mouse-manipulation</_prerequisite>
- <_goal xml:space="preserve">Create a line of 4 pieces either horizontally (lying down)
-or vertically (standing up)</_goal>
+ <_goal>Create a line of 4 pieces either horizontally (lying down) or vertically (standing up)</_goal>
<_manual>Click anywhere in the line where you want to drop a piece</_manual>
<_credit>Laurent Lacheny. Images and Artificial Intelligence taken from project 4stattack by Jeroen Vloothuis. The original project can be found on &lt;http://forcedattack.sourceforge.net&gt;</_credit>
</Board>