Browse Source

change prompt message

tags/2.3
Gang Zhuo 10 years ago
parent
commit
77aa5e8280
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      shadowsocks-csharp/Data/cn.txt
  2. +1
    -1
      shadowsocks-csharp/View/MenuViewController.cs

+ 1
- 1
shadowsocks-csharp/Data/cn.txt View File

@@ -42,4 +42,4 @@ Disabled=已禁用代理
Update PAC File via gfwlist...=基于 gfwlist 更新 PAC 文件...
Update PAC file failed=更新 PAC 文件失败
Update PAC file succeed=更新 PAC 文件成功
Job running...=任务正在执行中...
Job already running...=任务已经运行...

+ 1
- 1
shadowsocks-csharp/View/MenuViewController.cs View File

@@ -340,7 +340,7 @@ namespace Shadowsocks.View
if (isUpdatePACFromGFWListRunning)
{
_notifyIcon.BalloonTipTitle = I18N.GetString("Update PAC File via gfwlist...");
_notifyIcon.BalloonTipText = I18N.GetString("Job running...");
_notifyIcon.BalloonTipText = I18N.GetString("Job already running...");
_notifyIcon.BalloonTipIcon = ToolTipIcon.Info;
_notifyIcon.ShowBalloonTip(5000);
}


Loading…
Cancel
Save