We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7842ea commit 2e4197cCopy full SHA for 2e4197c
Plugins/TigerVnc/Client/PluginTigerVnc.cpp
@@ -41,7 +41,7 @@ const QString CPluginTigerVnc::Description() const
41
{
42
return tr("VNC(Virtual Network Console): Access remote desktops such as unix/linux, windows, etc.") + "\n"
43
+ tr("VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.") + "\n"
44
- + tr("The plugin is used TigerVNC: https://github.com/kanglin/tigervnc");
+ + tr("The plugin is used TigerVNC") + ": https://github.com/kanglin/tigervnc";
45
}
46
47
const QString CPluginTigerVnc::Protocol() const
0 commit comments