Turned off localization debug.
Localized two strings.
This commit is contained in:
parent
a8690d8cc8
commit
4a46fb472a
2 changed files with 3 additions and 3 deletions
|
|
@ -67,8 +67,8 @@ namespace MatterHackers.MatterControl.EeProm
|
|||
valueColmun = new FlowLayoutWidget(FlowDirection.TopToBottom);
|
||||
columnHolder.AddChild(valueColmun);
|
||||
|
||||
descriptionColmun.AddChild(new TextWidget("Description"));
|
||||
valueColmun.AddChild(new TextWidget("Value"));
|
||||
descriptionColmun.AddChild(new TextWidget(new LocalizedString("Description").Translated));
|
||||
valueColmun.AddChild(new TextWidget(new LocalizedString("Value").Translated));
|
||||
|
||||
topToBottom.AddChild(columnHolder);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#define DEBUG_SHOW_TRANSLATED_STRINGS
|
||||
//#define DEBUG_SHOW_TRANSLATED_STRINGS
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue