Python Language Client: Fix typo in translatable text

Change-Id: I11a0161b76661fd876b47dc5aa23ce2449258ae0
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-06-29 09:32:36 +02:00
parent 3958087124
commit b1f7172077

View File

@@ -423,7 +423,7 @@ public:
mainGroupLayout->addWidget(m_pluginsGroup);
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/"
"CONFIGURATION.md\">Python LSP Server configuration documentation</a>.");