RDP Minutes to Idle Timeout - Update 1

Fixed some language file stuff.
This commit is contained in:
countchappy
2017-01-11 16:44:53 -05:00
parent 7e4b0635b2
commit 10d152342f
3 changed files with 4 additions and 4 deletions

View File

@@ -86,8 +86,8 @@ namespace mRemoteNG.Connection
TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPAuthenticationLevel {get; set; }
[LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4),
LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyName"),
LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescription"),
LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyNameRDPMinutesToIdleTimeout"),
LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescriptionRDPMinutesToIdleTimeout"),
TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPMinutesToIdleTimeout { get; set; }
[LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4),

View File

@@ -4019,7 +4019,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting.
/// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0).
/// </summary>
internal static string strPropertyDescriptionMinutesToIdleTimeout {
get {

View File

@@ -2422,7 +2422,7 @@ mRemoteNG will now quit and begin with the installation.</value>
<value>Download</value>
</data>
<data name="strPropertyDescriptionMinutesToIdleTimeout" xml:space="preserve">
<value>The number of minutes for the RDP session to sit idle before automatically disconnecting</value>
<value>The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0)</value>
</data>
<data name="strPropertyNameMinutesToIdleTimeout" xml:space="preserve">
<value>Minutes to Idle</value>