forked from qt-creator/qt-creator
UI text: Fix grammar errors and capitalization issues
Change-Id: Iefb1075cc0b14eb8c0e99b6c96c31a91c2b079f0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -218,7 +218,7 @@ InterpreterOptionsWidget::InterpreterOptionsWidget(const QList<Interpreter> &int
|
||||
m_cleanButton = new QPushButton(PythonSettings::tr("&Clean Up"));
|
||||
connect(m_cleanButton, &QPushButton::pressed, this, &InterpreterOptionsWidget::cleanUp);
|
||||
m_cleanButton->setToolTip(
|
||||
PythonSettings::tr("Remove all python interpreters without a valid executable."));
|
||||
PythonSettings::tr("Remove all Python interpreters without a valid executable."));
|
||||
|
||||
updateCleanButton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user