Fixed wrong printing of recommended_thin_wall_thickness_description_line

This commit is contained in:
YuSanka 2018-02-26 13:57:36 +01:00
parent f3f78ebc5a
commit e05493bd90
2 changed files with 6 additions and 5 deletions

View file

@ -336,7 +336,7 @@ void add_debug_menu(wxMenuBar *menu, int event_language_change)
}
}
});
menu->Append(local_menu, _T("&Localization"));
menu->Append(local_menu, _(L("&Localization")));
//#endif
}