Fix some indefinite article loc issues (#8064)
Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -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}!
|
||||
|
||||
Reference in New Issue
Block a user