diff --git a/shadowsocks-csharp/View/ConfigForm.cs b/shadowsocks-csharp/View/ConfigForm.cs index 436ee489..208e683a 100755 --- a/shadowsocks-csharp/View/ConfigForm.cs +++ b/shadowsocks-csharp/View/ConfigForm.cs @@ -234,7 +234,7 @@ namespace Shadowsocks.View if (isFirstRun) { notifyIcon1.BalloonTipTitle = "Shadowsocks is here"; - notifyIcon1.BalloonTipText = "You can find turn on/off Shadowsocks in the context menu"; + notifyIcon1.BalloonTipText = "You can turn on/off Shadowsocks in the context menu"; notifyIcon1.ShowBalloonTip(0); isFirstRun = false; }