Localized strings that were previously unmodified
Localized strings that were previously unmodified as well as deleted translation form strings like "stl", "gcode", etc...
This commit is contained in:
parent
81b566f5fe
commit
fc32be16f0
4 changed files with 20 additions and 27 deletions
|
|
@ -61,10 +61,10 @@ namespace MatterHackers.MatterControl.PrintQueue
|
|||
//Set the name and callback function of the menu items
|
||||
menuItems = new TupleList<string, Func<bool>>
|
||||
{
|
||||
{new LocalizedString("STL").Translated, null},
|
||||
{"STL", null},
|
||||
{new LocalizedString(" Import from Zip").Translated, importQueueFromZipMenu_Click},
|
||||
{new LocalizedString(" Export to Zip").Translated, exportQueueToZipMenu_Click},
|
||||
{new LocalizedString("GCode").Translated, null},
|
||||
{"GCode", null},
|
||||
{new LocalizedString(" Export to Folder").Translated, exportGCodeToFolderButton_Click},
|
||||
//{" Export to SD Card", exportToSDCardButton_Click},
|
||||
{new LocalizedString("Extra").Translated, null},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue