diff --git a/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl b/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl index d1c02256af..7d97963ba9 100644 --- a/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl +++ b/Resources/Locale/en-US/administration/commands/set-outfit-command.ftl @@ -1,4 +1,4 @@ -set-outfit-command-description = Sets the outfit of the specified entity. The entity must have an {$requiredComponent} +set-outfit-command-description = Sets the outfit of the specified entity. The entity must have {INDEFINITE($requiredComponent)} {$requiredComponent} set-outfit-command-help-text = Usage: {$command} | {$command} set-outfit-command-is-not-player-error = This does not work from the server console. You must pass the outfit id aswell. -set-outfit-command-invalid-outfit-id-error = Invalid outfit id \ No newline at end of file +set-outfit-command-invalid-outfit-id-error = Invalid outfit id diff --git a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl index f58966ebcb..27e4001c48 100644 --- a/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl +++ b/Resources/Locale/en-US/preferences/ui/humanoid-profile-editor.ftl @@ -21,7 +21,7 @@ humanoid-profile-editor-backpack-label = Backpack: humanoid-profile-editor-eyes-label = Eye color: humanoid-profile-editor-jobs-tab = Jobs humanoid-profile-editor-preference-unavailable-stay-in-lobby-button = Stay in lobby if preference unavailable. -humanoid-profile-editor-preference-unavailable-spawn-as-overflow-button = Be a {$overflowJob} if preference unavailable. +humanoid-profile-editor-preference-unavailable-spawn-as-overflow-button = Be {INDEFINITE($overflowJob)} {$overflowJob} if preference unavailable. humanoid-profile-editor-preference-jumpsuit = Jumpsuit humanoid-profile-editor-preference-jumpskirt = Jumpskirt humanoid-profile-editor-preference-backpack = Backpack diff --git a/Resources/Locale/en-US/shell.ftl b/Resources/Locale/en-US/shell.ftl index a3df99418a..18e7fc61ac 100644 --- a/Resources/Locale/en-US/shell.ftl +++ b/Resources/Locale/en-US/shell.ftl @@ -27,10 +27,10 @@ shell-invalid-entity-uid = {$uid} is not a valid entity uid shell-entity-uid-must-be-number = EntityUid must be a number. shell-could-not-find-entity = Could not find entity {$entity} shell-could-not-find-entity-with-uid = Could not find entity with uid {$uid} -shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have a {$componentName} component +shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have {INDEFINITE($componentName)} {$componentName} component shell-invalid-color-hex = Invalid color hex! shell-target-player-does-not-exist = Target player does not exist! -shell-target-entity-does-not-have-message = Target entity does not have a(n) {$missing}! +shell-target-entity-does-not-have-message = Target entity does not have {INDEFINITE($missing)} {$missing}! shell-timespan-minutes-must-be-correct = {$span} is not a valid minutes timespan. shell-argument-must-be-prototype = Argument {$index} must be a ${prototypeName}! shell-argument-number-must-be-between = Argument {$index} must be a number between {$lower} and {$upper}!