Skip to content

Commit

Permalink
digital_electricity, add missing period in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Animtim authored and petitlapin committed Feb 6, 2025
1 parent 815eec1 commit 093b961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activities/digital_electricity/ActivityInfo.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ActivityInfo {
//: Activity title
title: qsTr("Digital electricity")
//: Help title
description: qsTr("Create and simulate a digital logic circuit")
description: qsTr("Create and simulate a digital logic circuit.")
//intro: "Learn how digital electronics work and create your own circuit."
//: Help goal
goal: qsTr("Create a digital logic circuit and simulate it in real time.")
Expand Down

0 comments on commit 093b961

Please sign in to comment.