Skip to content

Commit

Permalink
Merge pull request #3 from R00tB33rMan/master
Browse files Browse the repository at this point in the history
Fix one last grammar mistake
  • Loading branch information
Pyrbu authored Apr 20, 2023
2 parents f9cb06a + 6c8151a commit 7737cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public enum ConfigurationValue {
NO_CONVERSATION_FOUND("messages", "&cThe conversation you have specified does not exist!", String.class),
CONVERSATION_FOUND("messages", "&cThere is already a conversation with this name.", String.class),
INVALID_SIZE("messages", "&cThe position you have specified cannot exceed the limit.", String.class),
FETCHING_SKIN("messages", "&aFetching skin for name: &f%s&a, please wait...", String.class),
FETCHING_SKIN("messages", "&aFetching skin for name: &f%s&a. Please wait...", String.class),
CANT_GET_SKIN("messages", "&cCould not fetch skin for name: %s.", String.class),
GET_SKIN("messages", "&aSkin successfully fetched!", String.class),
CONVERSATION_LIST("Conversations", new ArrayList<>(), Conversation.class);
Expand Down

0 comments on commit 7737cba

Please sign in to comment.