diff --git a/src/games/stendhal/client/actions/HelpAction.java b/src/games/stendhal/client/actions/HelpAction.java index 554718975e..fec5c08bf1 100644 --- a/src/games/stendhal/client/actions/HelpAction.java +++ b/src/games/stendhal/client/actions/HelpAction.java @@ -49,9 +49,8 @@ class HelpAction implements SlashAction { "* Misc: ", "- /info \t\tFind out what the current server time is", "- /mute\t\tMute or unmute the sounds", - "- /volume show\t\tShow the current volume of sounds and music", - "- /volume \t\tSets the volume for the specified group" - }; + "- /volume\t\tLists or sets the volume for sound and music" + }; for (final String line : lines) { ClientSingletonRepository.getUserInterface().addEventLine(new HeaderLessEventLine(line, NotificationType.CLIENT));