Skip to content

Commit

Permalink
Fix typo in character.skin.file message
Browse files Browse the repository at this point in the history
Corrected a grammatical error in the message to improve readability. The change adds clarity by ensuring the message reads as intended.
  • Loading branch information
NonSwag committed Jan 12, 2025
1 parent fba894c commit 76128a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ character.name.too-long=<red><prefix> Name cannot be longer than 16 characters</
character.not_found=<red><prefix> A character named <dark_red><name></dark_red> does not exist</red>
character.not_player=<red><prefix> You have to provide a <dark_red>player</dark_red> character</red>
character.pose=<gray><prefix> Changed pose of <green><character></green> to <green><pose></green></gray>
character.skin.file=<red><prefix> The given has to be of type <dark_red>png</dark_red></red>
character.skin.file=<red><prefix> The given file has to be of type <dark_red>png</dark_red></red>
character.skin.generating=<gray><prefix> Generating new skin. This may take a while</gray>
character.skin.image=<red><prefix> Failed to find a skin at the given location</red>
character.skin.not_found=<red><prefix> The player <dark_red><player></dark_red> has no skin</red>
Expand Down

0 comments on commit 76128a3

Please sign in to comment.