Restore dropped localization
This commit is contained in:
parent
b8f152302a
commit
a07a459b13
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
private Button restoreButton = null;
|
||||
|
||||
public SliceSettingsRow(PrinterConfig printer, SettingsContext settingsContext, SliceSettingData settingData, Color textColor, ThemeConfig theme, bool fullRowSelect = false)
|
||||
: base (settingData.PresentationName.Localize(), settingData.HelpText, textColor, theme, fullRowSelect: fullRowSelect)
|
||||
: base (settingData.PresentationName.Localize(), settingData.HelpText.Localize(), textColor, theme, fullRowSelect: fullRowSelect)
|
||||
{
|
||||
this.printer = printer;
|
||||
this.settingData = settingData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue