Remove annoying autocomplete suffix
This commit is contained in:
committed by
Matthias Mailänder
parent
e808549637
commit
384435f8eb
@@ -59,7 +59,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
prefix = "";
|
prefix = "";
|
||||||
suffix = ": ";
|
suffix = " ";
|
||||||
toComplete = text;
|
toComplete = text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user