This commit is contained in:
Luck 2016-09-23 22:19:17 +01:00
parent eb9d2be587
commit f452a97278
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -52,7 +52,7 @@ server-invalid-entry: "Server names can only contain alphanumeric characters."
create-success: "&b{0}&a was successfully created."
delete-success: "&b{0}&a was successfully deleted."
rename-success: "&b{0}&a was successfully renamed to &b{0}&a."
rename-success: "&b{0}&a was successfully renamed to &b{1}&a."
user-already-member-of: "{0} is already a member of '{1}'."
user-not-member-of: "{0} is not a member of '{1}'."