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()