Commit 89e4864a authored by Lorenz Meier's avatar Lorenz Meier

Fix typo in FactPanel

parent cece2650
......@@ -63,7 +63,7 @@ Rectangle {
QGCLabel {
anchors.fill: parent
wrapMode: Text.WordWrap
text: __errorMsg.length ? __errorMsg : "Paremeters(s) missing: " + __missingParams
text: __errorMsg.length ? __errorMsg : "Parameters(s) missing: " + __missingParams
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment