fix: correct UI text and metadata typos - #14847
Conversation
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (30.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #14847 +/- ##
==========================================
+ Coverage 25.47% 33.52% +8.05%
==========================================
Files 769 928 +159
Lines 65912 84101 +18189
Branches 30495 38868 +8373
==========================================
+ Hits 16788 28193 +11405
+ Misses 37285 36900 -385
- Partials 11839 19008 +7169
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 633 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Build ResultsPlatform Status
All builds passed. Pre-commit
Pre-commit hooks: 2 passed, 75 failed, 7 skipped. Test Resultslinux-coverage-integration: 43 passed, 0 skipped Code CoverageCoverage: 69.0% No baseline available for comparison Artifact Sizes
Updated: 2026-08-12 06:23:20 UTC • Commit: cdf7ac0 • Triggered by: Windows |
Description
This PR consolidates a set of related corrections to user-facing English text across QGroundControl.
This is intended to be a UI-only change. It updates user-facing labels, descriptions, and error messages without changing application logic, settings behavior, runtime identifiers, enum values, or data formats.
It supersedes the previously submitted single-purpose PRs #14828–#14833, which were closed at the maintainer's request so the changes could be grouped into a cohesive PR with lower review overhead.
The changes are limited to source strings and metadata. Translation files are intentionally not included and can be updated through the existing Crowdin workflow.
Changes
FW_YR_Dgain label and descriptionQTextToSpeechbehaviordisableWhenDisarmeddisables the video stream rather than stopping recordingMAVLinkproduct name capitalization.Existing internal identifiers, setting names, enum values, and data formats are unchanged.
Type of Change
Testing
goodAttitudeEsimateare unchangedgit diff --checkalltarget successfullyLocal build
alltarget finished successfullyThe runtime emitted an existing
QQuickPinchArea.enabledoverride warning. It is unrelated to the text-only changes in this PR and did not prevent startup or normal shutdown.No regression test was added because these changes only correct user-facing source strings and metadata.
Platforms Tested
Flight Stacks Tested
Screenshots
Not applicable. The changes correct labels, descriptions, and error messages without changing UI layout.
Checklist