mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
fix: title of options page was not translatable
This commit is contained in:
@@ -49,6 +49,7 @@ namespace mRemoteNG.UI.Forms
|
||||
|
||||
private void ApplyLanguage()
|
||||
{
|
||||
this.Text = Language.strOptionsPageTitle;
|
||||
foreach (var optionPage in _pages.Values)
|
||||
{
|
||||
optionPage.ApplyLanguage();
|
||||
|
||||
Reference in New Issue
Block a user