Python: Fix UI text

Task-number: QTCREATORBUG-25915
Change-Id: I4f317e9bf091bd68fc6d76ded9e5db4d989c71cb
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Leena Miettinen
2021-07-02 15:00:56 +02:00
parent 0727bc5c79
commit db053c49ad

View File

@@ -278,7 +278,7 @@ public:
m_process.start();
Core::MessageManager::writeDisrupting(
tr("Running \"%1\" to install Python language server")
tr("Running \"%1\" to install Python language server.")
.arg(m_process.commandLine().toUserOutput()));
m_killTimer.setSingleShot(true);