Turned off localization debug.

Localized two strings.
This commit is contained in:
larsbrubaker 2014-02-18 18:04:23 -08:00
parent a8690d8cc8
commit 4a46fb472a
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}

View file

@ -1,4 +1,4 @@
#define DEBUG_SHOW_TRANSLATED_STRINGS
//#define DEBUG_SHOW_TRANSLATED_STRINGS
using System;
using System.Collections.Generic;