Refactoring menus for consistency.

This commit is contained in:
Lars Brubaker 2016-12-12 14:35:34 -08:00
parent 0e6deec42a
commit 49ea8df3fd
4 changed files with 6 additions and 3 deletions

View file

@ -670,7 +670,7 @@ namespace MatterHackers.MatterControl.PrintQueue
menuItems.Add(new PrintItemAction()
{
Title = "Add To Library".Localize(),
Title = "Add to Library".Localize(),
Action = (items, queueDataView) => addToLibraryButton_Click(null, null)
});

View file

@ -117,7 +117,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
settingsHistory.Enabled = !string.IsNullOrEmpty(AuthenticationData.Instance.ActiveSessionUsername);
sliceOptionsMenuDropList.AddItem("Reset to defaults".Localize()).Selected += (s, e) => { UiThread.RunOnIdle(ResetToDefaults); };
sliceOptionsMenuDropList.AddItem("Reset to Defaults".Localize()).Selected += (s, e) => { UiThread.RunOnIdle(ResetToDefaults); };
return sliceOptionsMenuDropList;
}

View file

@ -5656,3 +5656,6 @@ Translated:Unable to Connect
English:Port number to be used with IP Address to connect to printer over the network
Translated:Port number to be used with IP Address to connect to printer over the network
English:Reset to Defaults
Translated:Reset to Defaults

@ -1 +1 @@
Subproject commit 83ec53c0dc4ecf1068973c6f7ab04159995a13b6
Subproject commit 90effc7966990704833da4c67c1ba2782207d1d7