Add missing localizations

- Use .Localize() extension function
This commit is contained in:
John Lewin 2017-01-02 10:38:29 -08:00
parent 4a1a878db9
commit 3fdf5a83e7
9 changed files with 12 additions and 13 deletions

View file

@ -248,7 +248,7 @@ namespace MatterHackers.MatterControl
buttonRow.Padding = new BorderDouble(0, 3);
}
Button cancelButton = textImageButtonFactory.Generate("Cancel");
Button cancelButton = textImageButtonFactory.Generate("Cancel".Localize());
cancelButton.Name = "Export Item Window Cancel Button";
cancelButton.Cursor = Cursors.Hand;
cancelButton.Click += (sender, e) =>