aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
index 5de78a7f0..b2a85ffc8 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Synchronization/MyModule.cs
@@ -25,7 +25,7 @@ namespace Tango.PPC.Synchronization
{
get
{
- return "My Module";
+ return "Test Module";
}
}