Skip to content

Commit 2e4197c

Browse files
committed
Plugins::TigerVnc: modify translations
1 parent e7842ea commit 2e4197c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/TigerVnc/Client/PluginTigerVnc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const QString CPluginTigerVnc::Description() const
4141
{
4242
return tr("VNC(Virtual Network Console): Access remote desktops such as unix/linux, windows, etc.") + "\n"
4343
+ 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");
44+
+ tr("The plugin is used TigerVNC") + ": https://github.com/kanglin/tigervnc";
4545
}
4646

4747
const QString CPluginTigerVnc::Protocol() const

0 commit comments

Comments
 (0)