From 4f2b0e6f4e65322ce71b8e8ac8437b7db13ceb62 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 9 May 2020 21:08:14 +0200 Subject: [PATCH] Fix missing space --- worldedit-core/src/main/resources/lang/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldedit-core/src/main/resources/lang/strings.json b/worldedit-core/src/main/resources/lang/strings.json index 4764d5170..1f7b50b4e 100644 --- a/worldedit-core/src/main/resources/lang/strings.json +++ b/worldedit-core/src/main/resources/lang/strings.json @@ -72,7 +72,7 @@ "fawe.worldedit.history.command.history.clear": "History cleared", "fawe.worldedit.history.command.redo.error": "Nothing left to redo. (See also `/inspect` and `/frb`)", "fawe.worldedit.history.command.history.other.error": "Unable to find session for {0}.", - "fawe.worldedit.history.command.redo.success": "Redo successful{0}.", + "fawe.worldedit.history.command.redo.success": "Redo successful {0}.", "fawe.worldedit.history.command.undo.error": "Nothing left to undo. (See also `/inspect` and `/frb`)", "fawe.worldedit.history.command.undo.disabled": "Undo disabled, use: //fast", "fawe.worldedit.history.command.undo.success": "Undo successful{0}.",