From 415baea580c897be246d077a77cf7ae71f3ac653 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Sun, 10 May 2020 19:46:51 +0800 Subject: [PATCH] Update translation --- Netch/Forms/SettingForm.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Netch/Forms/SettingForm.cs b/Netch/Forms/SettingForm.cs index 88fc3cb3..593d510b 100644 --- a/Netch/Forms/SettingForm.cs +++ b/Netch/Forms/SettingForm.cs @@ -91,6 +91,8 @@ namespace Netch.Forms EnableStartedTcping_CheckBox.Text = Utils.i18N.Translate(EnableStartedTcping_CheckBox.Text); DetectionInterval_Label.Text = Utils.i18N.Translate(DetectionInterval_Label.Text); DelayTestAfterStartup_Label.Text = Utils.i18N.Translate(DelayTestAfterStartup_Label.Text); + STUN_ServerTextBox.Text = Utils.i18N.Translate(STUN_ServerTextBox.Text); + STUN_ServerPortTextBox.Text = Utils.i18N.Translate(STUN_ServerPortTextBox.Text); ProfileCount_TextBox.Text = Global.Settings.ProfileCount.ToString(); STUN_ServerTextBox.Text = Global.Settings.STUN_Server.ToString();