Commit 16cea306 authored by Don Gagne's avatar Don Gagne

Comment for text

parent 081af596
...@@ -37,6 +37,8 @@ Rectangle { ...@@ -37,6 +37,8 @@ Rectangle {
} }
/* /*
FIXME: Leaving this in here for now for possible text usage in ui that does better job of describing firmware version
_ui->statusLog->setText(tr("WARNING: BETA FIRMWARE\n" _ui->statusLog->setText(tr("WARNING: BETA FIRMWARE\n"
- "This firmware version is ONLY intended for beta testers. " - "This firmware version is ONLY intended for beta testers. "
- "Although it has received FLIGHT TESTING, it represents actively changed code. Do NOT use for normal operation.\n\n" - "Although it has received FLIGHT TESTING, it represents actively changed code. Do NOT use for normal operation.\n\n"
...@@ -51,6 +53,7 @@ Rectangle { ...@@ -51,6 +53,7 @@ Rectangle {
- "list actively when using it.\n\n" - "list actively when using it.\n\n"
- SELECT_FIRMWARE_LICENSE)); - SELECT_FIRMWARE_LICENSE));
*/ */
ExclusiveGroup { id: firmwareGroup } ExclusiveGroup { id: firmwareGroup }
QGCRadioButton { QGCRadioButton {
......
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