From a0cbcd16f0a5fae9870dcbb2e945de344a61cab4 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 5 Jul 2022 17:24:59 +0700 Subject: [PATCH] Fix lack of spacing in some InventoryTool reports --- sources/Tools/InventoryTool.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Tools/InventoryTool.uc b/sources/Tools/InventoryTool.uc index 34c9280..1da2f96 100644 --- a/sources/Tools/InventoryTool.uc +++ b/sources/Tools/InventoryTool.uc @@ -91,7 +91,7 @@ public static function StaticConstructor() default.templateAdditionFailed = __().text.MakeTemplate_S( "Weapons we've {$TextFailure failed} to add to %%target%%: "); default.templateRemovalFailed = __().text.MakeTemplate_S( - "Weapons we've {$TextFailure failed} to remove from %%target%%:" ); + "Weapons we've {$TextFailure failed} to remove from %%target%%: " ); } protected function Constructor()