forked from qt-creator/qt-creator
Tr: Fix lupdate issues
Add missing `Tr::` and use some fully qualified namespaces where lupdate fails to resolve it correctly. Change-Id: Ied4ac7bf0438a9080d0b76a9a1f5033dbc94a163 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -143,7 +143,7 @@ SystemSettings::SystemSettings()
|
||||
#ifdef ENABLE_CRASHPAD
|
||||
enableCrashReporting.setSettingsKey("CrashReportingEnabled");
|
||||
enableCrashReporting.setLabelPlacement(BoolAspect::LabelPlacement::Compact);
|
||||
enableCrashReporting.setLabelText(tr("Enable crash reporting"));
|
||||
enableCrashReporting.setLabelText(Tr::tr("Enable crash reporting"));
|
||||
enableCrashReporting.setToolTip(
|
||||
Tr::tr("Allow crashes to be automatically reported. Collected reports are "
|
||||
"used for the sole purpose of fixing bugs."));
|
||||
|
||||
Reference in New Issue
Block a user