Fixed the HTTP CEF render engine not being localised properly.

This commit is contained in:
Leaskovski
2020-02-11 12:18:41 +00:00
parent 98bd901545
commit 56c9435512

View File

@@ -393,7 +393,7 @@ namespace mRemoteNG.Connection.Protocol.Http
[LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpGecko))]
Gecko = 2,
[LocalizedAttributes.LocalizedDescription("strHttpCEF")]
[LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpCEF))]
CEF = 3
}