Extract trailing colons
This commit is contained in:
parent
40b43b16b8
commit
2cfd11d104
9 changed files with 20 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue