Skip to content

Commit

Permalink
Fix some indefinite article loc issues (#8064)
Browse files Browse the repository at this point in the history
Co-authored-by: wrexbe <[email protected]>
Co-authored-by: metalgearsloth <[email protected]>
  • Loading branch information
3 people authored Jun 12, 2022
1 parent 4f9be42 commit d8d9bca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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} <entityUid> | {$command} <entityUid> <outfitId>
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
set-outfit-command-invalid-outfit-id-error = Invalid outfit id
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/shell.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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}!
Expand Down

0 comments on commit d8d9bca

Please sign in to comment.