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

@ -77,7 +77,7 @@ namespace MatterHackers.MatterControl.AboutPage
additionalInfoContainer.HAnchor = HAnchor.Stretch;
additionalInfoContainer.Padding = new BorderDouble(left: 6, top: 6);
string aboutUpdateChannel = "Changing your update channel will change the version of MatterControl that you receive when updating:".Localize();
string aboutUpdateChannel = "Changing your update channel will change the version of MatterControl that you receive when updating".Localize() + ":";
var updateChannelLabel = new WrappedTextWidget(aboutUpdateChannel);
updateChannelLabel.TextColor = ActiveTheme.Instance.PrimaryTextColor;
updateChannelLabel.HAnchor = HAnchor.Stretch;