Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 2, 2019
1 parent 74a77cb commit 07bb1cc
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -40,8 +40,8 @@ PLUGININFO_FUNC PythonConsoleWindowPluginInfo()
{
Descriptions descriptions;

descriptions.insert("en", QString::fromUtf8("a plugin to interact with Python."));
descriptions.insert("fr", QString::fromUtf8("une extension pour interagir avec Python."));
descriptions.insert("en", QString::fromUtf8("a plugin to interact with <a href=\"https://python.org/\">Python</a>."));
descriptions.insert("fr", QString::fromUtf8("une extension pour interagir avec <a href=\"https://python.org/\">Python</a>."));

return new PluginInfo(PluginInfo::Category::Miscellaneous, true, false,
QStringList() << "Core" << "PythonQtSupport",
Expand Down

0 comments on commit 07bb1cc

Please sign in to comment.