forked from qt-creator/qt-creator
Python Language Client: Fix typo in translatable text
Change-Id: I11a0161b76661fd876b47dc5aa23ce2449258ae0 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -423,7 +423,7 @@ public:
|
|||||||
mainGroupLayout->addWidget(m_pluginsGroup);
|
mainGroupLayout->addWidget(m_pluginsGroup);
|
||||||
|
|
||||||
const QString labelText = PythonSettings::tr(
|
const QString labelText = PythonSettings::tr(
|
||||||
"For a complete list of avilable options, consult the <a "
|
"For a complete list of available options, consult the <a "
|
||||||
"href=\"https://github.com/python-lsp/python-lsp-server/blob/develop/"
|
"href=\"https://github.com/python-lsp/python-lsp-server/blob/develop/"
|
||||||
"CONFIGURATION.md\">Python LSP Server configuration documentation</a>.");
|
"CONFIGURATION.md\">Python LSP Server configuration documentation</a>.");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user