localization fixes

This commit is contained in:
Sean Kaim
2018-07-28 22:10:17 -04:00
parent 72b7d22cef
commit e8e566fcdd
3 changed files with 13 additions and 1 deletions

View File

@@ -7299,6 +7299,15 @@ namespace mRemoteNG {
}
}
/// <summary>
/// Looks up a localized string similar to UltraVNC SingleClick.
/// </summary>
internal static string strUltraVNCSingleClick {
get {
return ResourceManager.GetString("strUltraVNCSingleClick", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Uncheck the properties you want not to be saved!.
/// </summary>

View File

@@ -2691,4 +2691,7 @@ This page will walk you through the process of upgrading your connections file o
<data name="strReconnectAllConnections" xml:space="preserve">
<value>Reconnect All Connections</value>
</data>
<data name="strUltraVNCSingleClick" xml:space="preserve">
<value>UltraVNC SingleClick</value>
</data>
</root>

View File

@@ -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;
//