diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs
index 4785ed130..d2c32ce51 100644
--- a/mRemoteV1/Resources/Language/Language.Designer.cs
+++ b/mRemoteV1/Resources/Language/Language.Designer.cs
@@ -7299,6 +7299,15 @@ namespace mRemoteNG {
}
}
+ ///
+ /// Looks up a localized string similar to UltraVNC SingleClick.
+ ///
+ internal static string strUltraVNCSingleClick {
+ get {
+ return ResourceManager.GetString("strUltraVNCSingleClick", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Uncheck the properties you want not to be saved!.
///
diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx
index 4ce81aa29..3eda78d61 100644
--- a/mRemoteV1/Resources/Language/Language.resx
+++ b/mRemoteV1/Resources/Language/Language.resx
@@ -2691,4 +2691,7 @@ This page will walk you through the process of upgrading your connections file o
Reconnect All Connections
+
+ UltraVNC SingleClick
+
\ No newline at end of file
diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs
index 178461f3a..69627dddf 100644
--- a/mRemoteV1/UI/Menu/ToolsMenu.cs
+++ b/mRemoteV1/UI/Menu/ToolsMenu.cs
@@ -61,7 +61,7 @@ namespace mRemoteNG.UI.Menu
_mMenToolsUvncsc.Image = Resources.UVNC_SC;
_mMenToolsUvncsc.Name = "mMenToolsUVNCSC";
_mMenToolsUvncsc.Size = new System.Drawing.Size(184, 22);
- _mMenToolsUvncsc.Text = "UltraVNC SingleClick";
+ _mMenToolsUvncsc.Text = Language.strUltraVNCSingleClick;
_mMenToolsUvncsc.Visible = false;
_mMenToolsUvncsc.Click += mMenToolsUVNCSC_Click;
//