Localize literal string
This commit is contained in:
parent
a016c7229d
commit
570539724f
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue