Translation fix

This commit is contained in:
GregTCLTK 2020-01-01 13:35:08 +01:00
parent c50176085e
commit 5ef680e020
No known key found for this signature in database
GPG key ID: A91BADE5C070FF67
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ public class VolumeCommand implements Command {
@Override
public String description() {
return "Change the volume of the music.";
return "commands.music.volume.help.description";
}
@Override

View file

@ -212,6 +212,7 @@ commands.music.volume.success.title = Successfully set
commands.music.volume.success.description = I successfully set the new volume to %extra%
commands.music.volume.error.int.title = Invalid number
commands.music.volume.error.int.description = The volume have to be between 1 and 200
commands.music.volume.help.description = Change the volume of the music.
commands.nsfw.gif.error.title = GIF not showing? Click here
commands.nsfw.img.error.title = Image not showing? Click here