forked from qt-creator/qt-creator
Python: Fix UI text
Task-number: QTCREATORBUG-25915 Change-Id: I4f317e9bf091bd68fc6d76ded9e5db4d989c71cb Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user