Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/hanoi.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2007-03-12 22:39:13 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2007-03-12 22:39:13 (GMT)
commitdd8d5e292e3934bbe326ff9556f51406ad17d0b3 (patch)
tree59feb463ff040e123fe54e738253be2dc8493668 /boards/hanoi.xml.in
parent82401853e03f7f2cb2ddfdf8467415400abe7e59 (diff)
Fixed translation issue
* boards/chronos/board4_0.xml.in: * boards/hanoi.xml.in: * boards/paintings/board3_0.xml.in: Fixed for windows compilation: * config.h.mingw.in: * src/boards/Makefile.mingw: * src/gcompris/Makefile.mingw: * src/gcompris/board.c: (gc_board_init): * src/gcompris/help.c: (gc_help_has_board): * src/gcompris/log.c: (gc_log_start): Added missing .h and mypaint.py * src/boards/mypaint/Makefile.am: svn path=/trunk/; revision=2510
Diffstat (limited to 'boards/hanoi.xml.in')
-rw-r--r--boards/hanoi.xml.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/boards/hanoi.xml.in b/boards/hanoi.xml.in
index c955c9f..dafde34 100644
--- a/boards/hanoi.xml.in
+++ b/boards/hanoi.xml.in
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
- <Board
+ <Board
name="hanoi"
type="hanoi"
section="/puzzle"
- icon="boardicons/hanoi.png"
+ icon="boardicons/hanoi.png"
difficulty="2"
author="Bruno Coudoin (bruno.coudoin@free.fr)"
boarddir="">
@@ -13,7 +13,6 @@
<_prerequisite>Mouse-manipulation</_prerequisite>
<_goal>Reproduce the tower on the right in the empty space on the left</_goal>
<_manual>Drag and Drop one top piece at a time, from one peg to another, to reproduce the tower on the right in the empty space on the left.</_manual>
- <_credit>Concept taken from EPI games.
- </_credit>
+ <_credit>Concept taken from EPI games.</_credit>
</Board>
</GCompris>