diff --git a/src/activities/louis-braille/ActivityInfo.qml b/src/activities/louis-braille/ActivityInfo.qml index 5eb315b58..b092e7d29 100644 --- a/src/activities/louis-braille/ActivityInfo.qml +++ b/src/activities/louis-braille/ActivityInfo.qml @@ -1,35 +1,35 @@ /* GCompris - ActivityInfo.qml * * Copyright (C) 2015 Arkit Vora * * 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: "louis-braille/LouisBraille.qml" difficulty: 4 icon: "louis-braille/resource/louis.png" author: "Arkit Vora " demo: true title: qsTr("The History of Louis Braille") description: qsTr("Review the major dates of the inventor of the Braille System") //intro: "Discover the history behind Louis Braille." goal: "" prerequisite: "" - manual: qsTr("Read the history of Louis Braille, his biography and discovery of the Braille system.) - Click on the previous and next buttons to move to the respective story page. At the end, arrange the sequence in the chronological order." + manual: qsTr("Read the history of Louis Braille, his biography and discovery of the Braille system. +Click on the previous and next buttons to move to the respective story page. At the end, arrange the sequence in the chronological order.") credit: qsTr("Louis Braille Video: < http:\/\/www.youtube.com/watch?v=9bdfC2j_4x4 >") section: "discovery braille" }