1/* GCompris - ActivityInfo.qml
2 *
3 * SPDX-FileCopyrightText: 2015 Pulkit Gupta <pulkitgenius@gmail.com>
4 *
5 * Authors:
6 *   Pulkit Gupta <pulkitgenius@gmail.com>
7 *
8 *   SPDX-License-Identifier: GPL-3.0-or-later
9 */
10
11import GCompris 1.0
12
13ActivityInfo {
14  name: "geography/Geography.qml"
15  difficulty: 2
16  icon: "geography/geography.svg"
17  author: "Pulkit Gupta &lt;pulkitgenius@gmail.com&gt;"
18  //: Activity title
19  title: qsTr("Locate the countries")
20  //: Help title
21  description: qsTr("Drag and Drop the items to complete the map.")
22//  intro: "Drag and drop the objects to complete the map."
23  //: Help goal
24  goal: ""
25  //: Help prerequisite
26  prerequisite: ""
27  //: Help manual
28  manual: qsTr("Drag and drop the map pieces to their correct locations to complete the map.")
29  credit: ""
30  section: "sciences geography"
31  createdInVersion: 4000
32}
33