This commit is contained in:
Luck
2016-09-23 22:19:17 +01:00
Unverified
parent eb9d2be587
commit f452a97278
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ public enum Message {
*/
CREATE_SUCCESS("&b{0}&a was successfully created.", true),
DELETE_SUCCESS("&b{0}&a was successfully deleted.", true),
RENAME_SUCCESS("&b{0}&a was successfully renamed to &b{0}&a.", true),
RENAME_SUCCESS("&b{0}&a was successfully renamed to &b{1}&a.", true),
USER_ALREADY_MEMBER_OF("{0} is already a member of '{1}'.", true),
USER_NOT_MEMBER_OF("{0} is not a member of '{1}'.", true),