mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Update tip message
This commit is contained in:
parent
5e11ed3896
commit
127978615c
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -2253,7 +2253,7 @@ namespace MinecraftClient {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Downloading '{0}.lang' from Mojang servers....
|
/// Looks up a localized string similar to Downloading '{0}.json' from Mojang servers....
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string chat_download {
|
internal static string chat_download {
|
||||||
get {
|
get {
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue