diff --git a/src/activities/drawing/ActivityInfo.qml b/src/activities/drawing/ActivityInfo.qml index 783ff4b31..73d8a4566 100644 --- a/src/activities/drawing/ActivityInfo.qml +++ b/src/activities/drawing/ActivityInfo.qml @@ -1,36 +1,42 @@ /* GCompris - ActivityInfo.qml * * Copyright (C) 2016 Toncu Stefan * 2018 Amit Sagtani * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, see . */ import GCompris 1.0 ActivityInfo { name: "drawing/Drawing.qml" difficulty: 1 icon: "drawing/drawing.svg" author: "Stefan Toncu <stefan.toncu29@gmail.com>" demo: true title: "Drawing" - description: "" + description: qsTr("Use the various drawing tools to create beautiful arts.") //intro: "put here in comment the text for the intro voice" - goal: "" + goal: qsTr("Learn about basic drawing tools.") prerequisite: "" - manual: "" + manual: qsTr("Select tools from the foldable panels to draw beautiful arts.

") + + qsTr("Keyboard Controls:
") + + qsTr("1. Use Ctrl + Z to undo last changes.
") + + qsTr("2. Use Ctrl + Y to redo last changes.
") + + qsTr("3. Use Ctrl + N to erase the drawing.
") + + qsTr("4. Use Ctrl + S to save the drawing.
") + + qsTr("5. Use Ctrl + O to load the saved drawings.
") credit: "" section: "fun" createdInVersion: 9500 }