From 3883239836d94b9fabdb03d9656c276311054153 Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Mon, 3 Aug 2020 01:18:16 +0800 Subject: [PATCH] Update MainForm.Status.cs --- Netch/Forms/MainForm.Status.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Forms/MainForm.Status.cs b/Netch/Forms/MainForm.Status.cs index ae365c97..11d6cb24 100644 --- a/Netch/Forms/MainForm.Status.cs +++ b/Netch/Forms/MainForm.Status.cs @@ -94,7 +94,7 @@ namespace Netch.Forms { if (country != "") { - NatTypeStatusLabel.Text = String.Format("NAT{0}{1}[{2}]", i18N.Translate(": "), text, country); + NatTypeStatusLabel.Text = String.Format("NAT{0}{1} [{2}]", i18N.Translate(": "), text, country); } else {