-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some indefinite article loc issues (#8064)
Co-authored-by: wrexbe <[email protected]> Co-authored-by: metalgearsloth <[email protected]>
- Loading branch information
1 parent
4f9be42
commit d8d9bca
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Resources/Locale/en-US/administration/commands/set-outfit-command.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters