Skip to content

Commit

Permalink
shorten
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Apr 27, 2019
1 parent 0180115 commit 3a50b63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ public enum ConfigEnums {
"&f&l--------------------------------------------------------"
)),

DESCRIPTION_SET_COMMAND("messages.description.setcommand", "Set command in the specific index of the item's commands"),
DESCRIPTION_SET_COMMAND("messages.description.setcommand", "Set command in the specific index"),
DESCRIPTION_ADD_COMMAND("messages.description.addcommand", "Add command to the item"),
DESCRIPTION_DEL_COMMAND("messages.description.delcommand", "Delete command in the specific index of the item's commands"),
DESCRIPTION_DEL_COMMAND("messages.description.delcommand", "Delete command in the specific index"),
DESCRIPTION_SET_ONE_TIME_USE("messages.description.setonetimeuse", "Toggle one-time-use"),
DESCRIPTION_SET_SEND_AS("messages.description.setsendas", "Set command sender"),
DESCRIPTION_GET_COMMAND("messages.description.getcommand", "Get the commands of the item"),
Expand Down

0 comments on commit 3a50b63

Please sign in to comment.