From 76128a31e2178827b53fee57947df37ff81b5d68 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 12 Jan 2025 14:53:49 +0100 Subject: [PATCH] Fix typo in character.skin.file message Corrected a grammatical error in the message to improve readability. The change adds clarity by ensuring the message reads as intended. --- src/main/resources/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 37f16c0..13f98a2 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -12,7 +12,7 @@ character.name.too-long= Name cannot be longer than 16 characters A character named does not exist character.not_player= You have to provide a player character character.pose= Changed pose of to -character.skin.file= The given has to be of type png +character.skin.file= The given file has to be of type png character.skin.generating= Generating new skin. This may take a while character.skin.image= Failed to find a skin at the given location character.skin.not_found= The player has no skin