mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-22 07:45:12 +03:00
[Companion] Qualify all translation strings (#5557)
* [Companion] Qualify all remaining QObject translations with proper class/object names; Centralize some common strings into constants.h. * [Companion] Replace all instances of some common strings with macros from constants.h. * [Companion] Fix translation warnings from lupdate.
This commit is contained in:
parent
ad0f727880
commit
f018425e12
50 changed files with 331 additions and 303 deletions
|
@ -649,7 +649,7 @@ void SimulatorWidget::setupJoysticks()
|
|||
joysticksEnabled = true;
|
||||
}
|
||||
else {
|
||||
QMessageBox::critical(this, tr("Warning"), tr("Cannot open joystick, joystick disabled"));
|
||||
QMessageBox::critical(this, CPN_STR_TTL_WARNING, tr("Cannot open joystick, joystick disabled"));
|
||||
}
|
||||
}
|
||||
else if (joystick) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue