From cfe2a660ec957da1e18a2ad2edf1cb2f7b4ab56e Mon Sep 17 00:00:00 2001 From: PikaMug <2267126+PikaMug@users.noreply.github.com> Date: Sat, 13 Aug 2022 14:01:50 -0400 Subject: [PATCH] Minor command subargument tweak --- core/src/main/resources/strings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/strings.yml b/core/src/main/resources/strings.yml index 5c7bc4278..51dceed19 100644 --- a/core/src/main/resources/strings.yml +++ b/core/src/main/resources/strings.yml @@ -19,7 +19,7 @@ COMMAND_TOP_HELP: " [number] - View plugin leaderboards" COMMAND_INFO: "info" COMMAND_INFO_HELP: " - View plugin information" COMMAND_CHOICE: "choice" -COMMAND_CHOICE_HELP: " - Make a menu selection" +COMMAND_CHOICE_HELP: " [choice] - Make a menu selection" COMMAND_QUEST_HELP: "- View current quest objectives" COMMAND_QUESTINFO_HELP: "[quest] - View information about a quest" COMMAND_QUESTADMIN_HELP: "- Display administrator help" @@ -808,4 +808,4 @@ difference: "The difference is ''." notInstalled: "Not installed" confirmDelete: "Are you sure?" updateTo: "Update to : " -notConversing: "You are not in a conversation!" \ No newline at end of file +notConversing: "You are not in a conversation!"