fix: title of options page was not translatable

This commit is contained in:
Faryan Rezagholi
2018-04-14 11:03:19 +02:00
parent f4efa74a23
commit 554e0805e3

View File

@@ -49,6 +49,7 @@ namespace mRemoteNG.UI.Forms
private void ApplyLanguage()
{
this.Text = Language.strOptionsPageTitle;
foreach (var optionPage in _pages.Values)
{
optionPage.ApplyLanguage();