Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
89e4864a
Commit
89e4864a
authored
Aug 05, 2015
by
Lorenz Meier
Browse files
Fix typo in FactPanel
parent
cece2650
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/FactSystem/FactControls/FactPanel.qml
View file @
89e4864a
...
...
@@ -63,7 +63,7 @@ Rectangle {
QGCLabel
{
anchors.fill
:
parent
wrapMode
:
Text
.
WordWrap
text
:
__errorMsg
.
length
?
__errorMsg
:
"
Par
e
meters(s) missing:
"
+
__missingParams
text
:
__errorMsg
.
length
?
__errorMsg
:
"
Par
a
meters(s) missing:
"
+
__missingParams
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment