]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fixed jobwhitelist locale (#29878)
authorTunguso4ka <71643624+Tunguso4ka@users.noreply.github.com>
Wed, 10 Jul 2024 13:27:44 +0000 (16:27 +0300)
committerGitHub <noreply@github.com>
Wed, 10 Jul 2024 13:27:44 +0000 (15:27 +0200)
Fixed whitelist locale

Resources/Locale/en-US/commands/job-whitelist-command.ftl

index 7fa20f03dec544935fcd7aa1cc446801667ff079..a188f9ba5cecad45e7c99f07f20478d898da11f1 100644 (file)
@@ -9,12 +9,12 @@ cmd-jobwhitelistadd-already-whitelisted = {$player} is already whitelisted to pl
 cmd-jobwhitelistadd-added = Added {$player} to the {$jobId} ({$jobName}) whitelist.
 
 cmd-jobwhitelistget-desc = Gets all the jobs that a player has been whitelisted for.
-cmd-jobwhitelistget-help = Usage: jobwhitelistadd <username>
+cmd-jobwhitelistget-help = Usage: jobwhitelistget <username>
 cmd-jobwhitelistget-whitelisted-none = Player {$player} is not whitelisted for any jobs.
 cmd-jobwhitelistget-whitelisted-for = "Player {$player} is whitelisted for:
 {$jobs}"
 
 cmd-jobwhitelistremove-desc = Removes a player's ability to play a whitelisted job.
-cmd-jobwhitelistremove-help = Usage: jobwhitelistadd <username> <job>
+cmd-jobwhitelistremove-help = Usage: jobwhitelistremove <username> <job>
 cmd-jobwhitelistremove-was-not-whitelisted = {$player} was not whitelisted to play as {$jobId} ({$jobName}).
 cmd-jobwhitelistremove-removed = Removed {$player} from the whitelist for {$jobId} ({$jobName}).