Localize literal string

This commit is contained in:
jlewin 2019-05-01 14:56:40 -07:00
parent a016c7229d
commit 570539724f

View file

@ -57,7 +57,7 @@ namespace MatterHackers.MatterControl
homePage.ContentRow.AddChild(
new WrappedTextWidget(
@"Select the hotend on the left to continue".Replace("\r\n", "\n"),
"Select the hotend on the left to continue".Localize(),
pointSize: theme.DefaultFontSize,
textColor: theme.TextColor));