diff options
Diffstat (limited to 'src/plugins/python/pythonutils.cpp')
-rw-r--r-- | src/plugins/python/pythonutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonutils.cpp b/src/plugins/python/pythonutils.cpp index 325872d1c4..d476bbf5bf 100644 --- a/src/plugins/python/pythonutils.cpp +++ b/src/plugins/python/pythonutils.cpp @@ -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); |