mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix group box was not translatable
This commit is contained in:
@@ -28,6 +28,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
|
||||
labelBlockCipher.Text = Language.strEncryptionBlockCipherMode;
|
||||
labelEncryptionEngine.Text = Language.strEncryptionEngine;
|
||||
labelKdfIterations.Text = Language.strEncryptionKeyDerivationIterations;
|
||||
groupAdvancedSecurityOptions.Text = Language.strAdvancedSecurityOptions;
|
||||
}
|
||||
|
||||
public override void LoadSettings()
|
||||
|
||||
Reference in New Issue
Block a user