Browse Source

adjust description

tags/2.5.3
icylogic 9 years ago
parent
commit
40cb772823
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs
  2. +1
    -1
      shadowsocks-csharp/Data/cn.txt

+ 1
- 1
shadowsocks-csharp/Controller/Strategy/SimplyChooseByStatisticsStrategy.cs View File

@@ -125,7 +125,7 @@ namespace Shadowsocks.Controller.Strategy

string IStrategy.Name
{
get { return I18N.GetString("Simply Choose By Statics"); }
get { return I18N.GetString("Choose By Total Package Loss"); }
}

Server IStrategy.GetAServer(IStrategyCallerType type, IPEndPoint localIPEndPoint)


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

@@ -25,7 +25,7 @@ Quit=退出
Edit Servers=编辑服务器
Load Balance=负载均衡
High Availability=高可用
Simply Choose By Statistics=根据统计
Choose By Total Package Loss=累计丢包率

# Config Form



Loading…
Cancel
Save