forked from qt-creator/qt-creator
Fix various translatable strings
Change-Id: I08e81f188a68c8e820f20a35249d1b318178a7b9 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -110,7 +110,7 @@ ClangFormatGlobalConfigWidget::ClangFormatGlobalConfigWidget(ICodeStylePreferenc
|
||||
// clang-format off
|
||||
Group globalSettingsGroupBox {
|
||||
bindTo(&globalSettingsGroupBoxWidget),
|
||||
title(Tr::tr("ClangFormat Settings:")),
|
||||
title(Tr::tr("ClangFormat Settings")),
|
||||
Column {
|
||||
m_useGlobalSettings,
|
||||
Form {
|
||||
|
||||
Reference in New Issue
Block a user