Update MainForm.Status.cs

This commit is contained in:
Connection Refused
2020-08-03 01:18:16 +08:00
parent 2e0655a2a8
commit 3883239836

View File

@@ -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
{