v2ray core to core

This commit is contained in:
GHM 2021-02-26 23:32:31 +08:00 committed by GitHub
parent b30191feb2
commit c3af6e4755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1272,7 +1272,7 @@ namespace v2rayN.Forms
{ {
if (args.Success) if (args.Success)
{ {
AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "v2rayCore")); AppendText(false, string.Format(UIRes.I18N("MsgParsingSuccessfully"), "Core"));
string url = args.Msg; string url = args.Msg;
this.Invoke((MethodInvoker)(delegate this.Invoke((MethodInvoker)(delegate
@ -1323,7 +1323,7 @@ namespace v2rayN.Forms
}; };
} }
AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "v2rayCore")); AppendText(false, string.Format(UIRes.I18N("MsgStartUpdating"), "Core"));
downloadHandle.CheckUpdateAsync(type); downloadHandle.CheckUpdateAsync(type);
} }
#endregion #endregion