mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Update MainForm.Status.cs
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user