refine message

pull/695/head
YFdyh000 2020-04-19 02:39:17 +08:00
parent 56559e6509
commit 20498ce453
2 changed files with 4 additions and 4 deletions

View File

@ -1588,7 +1588,7 @@ namespace v2rayN.Forms
{
if (args.Success)
{
AppendText(false, $"{hashCode}{UIRes.I18N("MsgGetSubscriptionSuccessfully")}");
//AppendText(false, $"{hashCode}{UIRes.I18N("MsgGetSubscriptionSuccessfully")}");
string result = Utils.Base64Decode(args.Msg);
if (Utils.IsNullOrEmpty(result))
{

View File

@ -274,13 +274,13 @@
<value>订阅内容解码失败(非BASE64码)</value>
</data>
<data name="MsgUnpacking" xml:space="preserve">
<value>正在解压......</value>
<value>正在解压...</value>
</data>
<data name="MsgUpdateSubscriptionEnd" xml:space="preserve">
<value>更新订阅结束</value>
<value>订阅内容已更新</value>
</data>
<data name="MsgUpdateSubscriptionStart" xml:space="preserve">
<value>更新订阅开始</value>
<value>开始更新订阅</value>
</data>
<data name="MsgUpdateV2rayCoreSuccessfully" xml:space="preserve">
<value>更新V2rayCore成功</value>