Linux serverinfo bugfix
This commit is contained in:
parent
183e802ff8
commit
b3844d5ccc
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
||||||
"command.help.noCommand": "Command does not exist",
|
"command.help.noCommand": "Command does not exist",
|
||||||
"command.serverinfo.os.android": "Android",
|
"command.serverinfo.os.android": "Android",
|
||||||
"command.serverinfo.os.freebsd": "FreeBSD",
|
"command.serverinfo.os.freebsd": "FreeBSD",
|
||||||
"command.serverinfo.os.linux": "Linux",
|
"command.serverinfo.os.linux": "Linux %s",
|
||||||
"command.serverinfo.os.macos": "macOS",
|
"command.serverinfo.os.macos": "macOS",
|
||||||
"command.serverinfo.os.macos_old": "OS X",
|
"command.serverinfo.os.macos_old": "OS X",
|
||||||
"command.serverinfo.os": "Operating system",
|
"command.serverinfo.os": "Operating system",
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
"command.help.noCommand": "Command does nyot exist",
|
"command.help.noCommand": "Command does nyot exist",
|
||||||
"command.serverinfo.os.android": "Andwoid",
|
"command.serverinfo.os.android": "Andwoid",
|
||||||
"command.serverinfo.os.freebsd": "FweeBSD",
|
"command.serverinfo.os.freebsd": "FweeBSD",
|
||||||
"command.serverinfo.os.linux": "Winyux",
|
"command.serverinfo.os.linux": "Winyux %s",
|
||||||
"command.serverinfo.os.macos": "macOS",
|
"command.serverinfo.os.macos": "macOS",
|
||||||
"command.serverinfo.os.macos_old": "OS X",
|
"command.serverinfo.os.macos_old": "OS X",
|
||||||
"command.serverinfo.os": "Opewating system",
|
"command.serverinfo.os": "Opewating system",
|
||||||
|
|
Loading…
Reference in a new issue