Little spelling fix
This commit is contained in:
parent
e5b6ddbf5e
commit
c0489f793e
2 changed files with 5 additions and 5 deletions
|
|
@ -30,9 +30,9 @@ public class ClearCommand implements Command {
|
|||
}
|
||||
Message message = event.getTextChannel().sendMessage(event.getMessageEditor().getMessage(
|
||||
MessageEditor.MessageType.INFO,
|
||||
"commands.moderation.lear.all.success.title",
|
||||
"commands.moderation.clear.all.success.title",
|
||||
"",
|
||||
"commands.moderation.lear.all.success.description",
|
||||
"commands.moderation.clear.all.success.description",
|
||||
String.valueOf(msg.size()))
|
||||
.build()).complete();
|
||||
try {
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ commands.misc.feedback.title.request.title = Feedback Topic
|
|||
commands.misc.feedback.title.request.description = Please send me the feedback topic.
|
||||
commands.misc.feedback.description.request.title = Feedback Description
|
||||
commands.misc.feedback.description.request.description = Please send me the feedback description now.
|
||||
commands.misc.feedback.help.description = Sends feedback directly to the developers.
|
||||
commands.misc.feedback.success.title = Feedback successfully sent\!
|
||||
commands.misc.feedback.help.description = Sends feedback directly to the developers.
|
||||
commands.misc.github.link.title = Link your GitHub Account
|
||||
commands.misc.github.success.title = Information about %extra%
|
||||
commands.misc.github.success.bio = User bio
|
||||
|
|
@ -81,8 +81,8 @@ commands.moderation.ban.myself.error.description = I can not ban myself\!
|
|||
commands.moderation.ban.yourself.error.description = You can not ban yourself\!
|
||||
commands.moderation.ban.massban.success.description = I successfully banned %extra% members\!
|
||||
commands.moderation.ban.help.description = Bans one or more users from the server.
|
||||
commands.moderation.lear.all.success.title = Successfully deleted
|
||||
commands.moderation.lear.all.success.description = I successfully deleted %extra% messages.
|
||||
commands.moderation.clear.all.success.title = Successfully deleted
|
||||
commands.moderation.clear.all.success.description = I successfully deleted %extra% messages.
|
||||
commands.moderation.clear.number.error.title = Invalid number
|
||||
commands.moderation.clear.number.error.description = You have to choose a number between 1 and 99\!
|
||||
commands.moderation.clear.success.title = Successfully cleared
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue