Extract trailing colons

This commit is contained in:
John Lewin 2017-12-02 22:07:45 -08:00
parent 40b43b16b8
commit 2cfd11d104
9 changed files with 20 additions and 20 deletions

View file

@ -117,7 +117,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
};
// Add label
topRow.AddChild(new TextWidget("Preset Name:".Localize(), pointSize: 14)
topRow.AddChild(new TextWidget("Preset Name".Localize() + ":", pointSize: 14)
{
TextColor = ActiveTheme.Instance.PrimaryTextColor,
VAnchor = VAnchor.Center,