Changing migrate to copy

This commit is contained in:
Lars Brubaker 2016-10-03 09:58:18 -07:00
parent 33fb48edb1
commit bb17896181
2 changed files with 4 additions and 4 deletions

View file

@ -550,7 +550,7 @@ namespace MatterHackers.MatterControl
});
// Show the import printers wizard
WizardWindow.Show("/CopyGuestProfiles", "Migrate Printers", wizardPage);
WizardWindow.Show("/CopyGuestProfiles", "Copy Printers", wizardPage);
}
}