From a2863f1413ecafde5bc4c744aa8737eebf273ead Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 8 Nov 2014 18:43:07 +0800 Subject: [PATCH] fix balloon --- shadowsocks-csharp/View/ConfigForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }