Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/draw.xml.in
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-01-13 20:20:29 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-01-13 20:20:29 (GMT)
commitaf7b92783aaacdd0185aa79d10629fc0c28adee5 (patch)
tree0c728399c98589d29c39de55c4ae457c53f8a0b3 /boards/draw.xml.in
parent9f0a7f278082b8b5f465a3bc827a83bf9f716321 (diff)
changed encoding to utf-8 for intlttol
Diffstat (limited to 'boards/draw.xml.in')
-rw-r--r--boards/draw.xml.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/boards/draw.xml.in b/boards/draw.xml.in
index 4a055ca..00f6795 100644
--- a/boards/draw.xml.in
+++ b/boards/draw.xml.in
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
type="draw"
@@ -8,5 +8,13 @@
boarddir="colornforms">
<_name>A simple vector drawing tool</_name>
<_description>Creative board where you can freely draw</_description>
+ <_prerequisite>Needs to handle the mouse with the click easily</_prerequisite>
+ <_goal>In this game, the children will be able to freely draw.
+The goal is just to discover how he can create pretty looking drawings based on
+basic shapes: rectangles, ellipses and lines.</_goal>
+ <_manual>On the left select a drawing tool, on the bottom select a color then click
+on the white area and drag to create a new shape.
+To go faster, you can use the middle mouse button to delete an object
+or the right button to move an object.</_manual>
</Board>
</GCompris>