mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix the error message in str2double.
This commit is contained in:
parent
5571b99a03
commit
36d2a2c731
3 changed files with 4 additions and 2 deletions
|
|
@ -88,6 +88,7 @@ error.connection_timeout=§8A timeout occured while attempting to connect to thi
|
|||
error.forge=§8Forge Login Handshake did not complete successfully
|
||||
error.forge_encrypt=§8Forge StartEncryption Handshake did not complete successfully
|
||||
error.setting.str2int=Failed to convert '{0}' into an integer. Please check your settings.
|
||||
error.setting.str2double=Failed to convert '{0}' to a floating-point number. Please check your settings.
|
||||
error.setting.str2locationList.convert_fail=Failed to convert '{0}' to a floating point number. Please check your settings.
|
||||
error.setting.str2locationList.format_err=Wrong format, can't parse '{0}' into position data.. Please check your settings.
|
||||
error.setting.argument_syntax={0}: Invalid syntax, expecting --argname=value or --section.argname=value
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue