From 58bcf2878b3e22e0a727aa5a19e33c57fbd245ac Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 2 Jul 2020 09:55:02 +0200 Subject: Python: Fix UI text capitalization Change-Id: Ie180d6e8b8af35c7bb79c9f8a371262b219ce65e Reviewed-by: David Schulz --- src/plugins/python/pythonutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/python/pythonutils.cpp') diff --git a/src/plugins/python/pythonutils.cpp b/src/plugins/python/pythonutils.cpp index 6cf646a27a..bd28d749b7 100644 --- a/src/plugins/python/pythonutils.cpp +++ b/src/plugins/python/pythonutils.cpp @@ -433,7 +433,7 @@ void PyLSConfigureAssistant::handlePyLSState(const FilePath &python, Utils::InfoBarEntry info(startPylsInfoBarId, message, Utils::InfoBarEntry::GlobalSuppression::Enabled); - info.setCustomButtonInfo(tr("Setup"), + info.setCustomButtonInfo(tr("Set Up"), [=]() { setupPythonLanguageServer(python, document); }); infoBar->addInfo(info); m_infoBarEntries[python] << document; -- cgit v1.2.1