Add missing localizations
- Use .Localize() extension function
This commit is contained in:
parent
4a1a878db9
commit
3fdf5a83e7
9 changed files with 12 additions and 13 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue