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

1
.gitignore vendored
View file

@ -409,6 +409,7 @@ FodyWeavers.xsd
# translations # translations
/MinecraftClient/Resources/Translations/Translations.*.resx /MinecraftClient/Resources/Translations/Translations.*.resx
/MinecraftClient/Resources/AsciiArt/AsciiArt.*.resx /MinecraftClient/Resources/AsciiArt/AsciiArt.*.resx
/MinecraftClient/Resources/ConfigComments/ConfigComments.*.resx
/docs/.vuepress/translations/*.json /docs/.vuepress/translations/*.json
!/docs/.vuepress/translations/en.json !/docs/.vuepress/translations/en.json

View file

@ -2253,7 +2253,7 @@ namespace MinecraftClient {
} }
/// <summary> /// <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> /// </summary>
internal static string chat_download { internal static string chat_download {
get { 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> <value>Done. File saved as '{0}'</value>
</data> </data>
<data name="chat.download" xml:space="preserve"> <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>
<data name="chat.fail" xml:space="preserve"> <data name="chat.fail" xml:space="preserve">
<value>Failed to download the file.</value> <value>Failed to download the file.</value>