forked from qt-creator/qt-creator
CppTools: Fix UI text according to the guidelines
https://doc.qt.io/qtcreator-extending/qtcreator-ui-text.html Task-number: QTCREATORBUG-23683 Change-Id: I35a1782f62514dfb6ea7e1e3cf334c8a5615fd74 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -196,7 +196,7 @@ void ClangDiagnosticConfigsWidget::onRenameButtonClicked()
|
||||
bool dialogAccepted = false;
|
||||
const QString newName = QInputDialog::getText(this,
|
||||
tr("Rename Diagnostic Configuration"),
|
||||
tr("New Name:"),
|
||||
tr("New name:"),
|
||||
QLineEdit::Normal,
|
||||
config.displayName(),
|
||||
&dialogAccepted);
|
||||
|
||||
Reference in New Issue
Block a user