diff --git a/OpenRA.Mods.Common/Widgets/Logic/TabCompletionLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/TabCompletionLogic.cs index a0d394b0d4..3169f96268 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/TabCompletionLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/TabCompletionLogic.cs @@ -59,7 +59,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic else { prefix = ""; - suffix = ": "; + suffix = " "; toComplete = text; }