UI text: Fix grammar errors and capitalization issues

Change-Id: Iefb1075cc0b14eb8c0e99b6c96c31a91c2b079f0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-06-28 15:22:38 +02:00
parent 84ef111847
commit 14965f5792
7 changed files with 9 additions and 9 deletions

View File

@@ -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();