From eba75363c8d63185f792f8940b69b493acd2659b Mon Sep 17 00:00:00 2001 From: manuelgu Date: Wed, 25 Nov 2015 22:29:20 +0100 Subject: [PATCH] formatting --- src/main/java/com/intellectualcrafters/plot/config/C.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/intellectualcrafters/plot/config/C.java b/src/main/java/com/intellectualcrafters/plot/config/C.java index 2e8518734..75b07a719 100644 --- a/src/main/java/com/intellectualcrafters/plot/config/C.java +++ b/src/main/java/com/intellectualcrafters/plot/config/C.java @@ -374,7 +374,7 @@ public enum C { * Player not found */ INVALID_PLAYER_WAIT("$2Player not found: $1%s$2, fetching it. Try again soon.", "Errors"), - INVALID_PLAYER("$2Player not found: $1%s.", "Errors"), + INVALID_PLAYER("$2Player not found: $1%s$2.", "Errors"), // SETTINGS_PASTE_UPLOADED("$2settings.yml was uploaded to: $1%url%", "Paste"), // LATEST_LOG_UPLOADED("$2latest.log was uploaded to: $1%url%", "Paste"), DEBUG_REPORT_CREATED("$1Uploaded a full debug to: $1%url%", "Paste"),