1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00

Correct typo within en_us.lang (#144)

This commit is contained in:
Wilma456 (Jakob0815) 2019-03-16 18:00:26 +01:00 committed by SquidDev
parent 259665d9f1
commit b5f60f3f11

View File

@ -60,7 +60,7 @@ commands.computercraft.dump.action=View more info about this computer
commands.computercraft.shutdown.synopsis=Shutdown computers remotely.
commands.computercraft.shutdown.desc=Shutdown the listed computers or all if none are specified. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. "@My Computer").
commands.computercraft.shutdown.usage=[ids...]
commands.computercraft.turn_on.done=Shutdown %s/%s computers
commands.computercraft.shutdown.done=Shutdown %s/%s computers
commands.computercraft.turn_on.synopsis=Turn computers on remotely.
commands.computercraft.turn_on.desc=Turn on the listed computers. You can specify the computer's instance id (e.g. 123), computer id (e.g #123) or label (e.g. "@My Computer").