Update tip message

This commit is contained in:
BruceChen 2022-12-11 14:54:11 +08:00
parent 5e11ed3896
commit 127978615c
3 changed files with 3 additions and 2 deletions

View file

@ -2253,7 +2253,7 @@ namespace MinecraftClient {
}
/// <summary>
/// Looks up a localized string similar to Downloading &apos;{0}.lang&apos; from Mojang servers....
/// Looks up a localized string similar to Downloading &apos;{0}.json&apos; from Mojang servers....
/// </summary>
internal static string chat_download {
get {

View file

@ -864,7 +864,7 @@ Add the ID of this chat to "Authorized_Chat_Ids" field in the configuration file
<value>Done. File saved as '{0}'</value>
</data>
<data name="chat.download" xml:space="preserve">
<value>Downloading '{0}.lang' from Mojang servers...</value>
<value>Downloading '{0}.json' from Mojang servers...</value>
</data>
<data name="chat.fail" xml:space="preserve">
<value>Failed to download the file.</value>