diff --git a/src/activities/penalty/ActivityInfo.qml b/src/activities/penalty/ActivityInfo.qml --- a/src/activities/penalty/ActivityInfo.qml +++ b/src/activities/penalty/ActivityInfo.qml @@ -24,12 +24,11 @@ author: "Stephane Mankowski <stephane@mankowski.fr>" demo: true title: qsTr("Penalty kick") - description: qsTr("Double click or double tap on the ball to score a goal.") + description: qsTr("Double click or double tap on the side of the goal to score.") // intro: "Double click or double tap on the ball to score a goal." goal: "" prerequisite: "" - manual: qsTr("Double click or double tap on the ball to kick it. " + - "You can double click the left right or middle mouse button. " + + manual: qsTr("Double click or double tap on the side of the goal to kick it in. " + "If you lose, Tux catches the ball. You must click on it to " + "bring it back to its former position") credit: "" diff --git a/src/activities/penalty/Penalty.qml b/src/activities/penalty/Penalty.qml --- a/src/activities/penalty/Penalty.qml +++ b/src/activities/penalty/Penalty.qml @@ -48,7 +48,7 @@ //To enable tapping/clicking on left side of goal Rectangle{ id: maleft - anchors.fill: parent.left + //anchors.fill: parent.left width: 475 height: 300 x: 100 @@ -155,7 +155,7 @@ //To enable tapping/clicking on right side of goal Rectangle{ id: maright - anchors.fill: parent.right + //anchors.fill: parent.right width: 475 height: 300 x: 800