Translation fix
This commit is contained in:
parent
c50176085e
commit
5ef680e020
2 changed files with 2 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ public class VolumeCommand implements Command {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String description() {
|
public String description() {
|
||||||
return "Change the volume of the music.";
|
return "commands.music.volume.help.description";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -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.success.description = I successfully set the new volume to %extra%
|
||||||
commands.music.volume.error.int.title = Invalid number
|
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.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.gif.error.title = GIF not showing? Click here
|
||||||
commands.nsfw.img.error.title = Image not showing? Click here
|
commands.nsfw.img.error.title = Image not showing? Click here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue