diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-08-12 10:35:40 +0300 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-08-12 10:35:40 +0300 |
| commit | c10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8 (patch) | |
| tree | d3ef0566fa0aaa1853fed1e7a71b40dc557f699c /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs | |
| parent | ccec0abb96ce3cfc7c0d75a78e371cef90e2b968 (diff) | |
| parent | bbbc155a96729050b9aa7d966055726df46696af (diff) | |
| download | Tango-c10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8.tar.gz Tango-c10fb2bcae7143bc09aefaaf4c9b02e8ba1155b8.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs index 1262eb248..3db1eb4b0 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineSetup/MachineSetupSteps.cs @@ -10,7 +10,7 @@ namespace Tango.PPC.Common.MachineSetup public enum MachineSetupSteps { [Description("Downloading Package")] - UpdatingPackages, + DownloadingPackage, [Description("Synchronizing Schema")] SynchronizingSchema, [Description("Synchronizing Data")] |
