diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-17 15:18:56 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-17 15:18:56 +0200 |
| commit | 2d148c9f0de61bc09fbab89341dc05b82e45f78a (patch) | |
| tree | 459d49f94ce69a894630bed01e78089edcfa7076 /Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore | |
| parent | b98fb311b28c8e36b7b44775c641083d501ef92a (diff) | |
| download | Tango-2d148c9f0de61bc09fbab89341dc05b82e45f78a.tar.gz Tango-2d148c9f0de61bc09fbab89341dc05b82e45f78a.zip | |
Implemented PPC DataGrid Tech style.
Changed auto update icon.
Changed Backup and Restore module name.
Implemented Updates & Synchronization Details View.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/BackupRestoreModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/BackupRestoreModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/BackupRestoreModule.cs index 0524e2f16..25cdfbb27 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/BackupRestoreModule.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BackupRestore/BackupRestoreModule.cs @@ -25,7 +25,7 @@ namespace Tango.PPC.BackupRestore { get { - return "Backup/Restore"; + return "Backup & Restore"; } } |
