diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-22 16:54:41 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-05-22 16:54:41 +0300 |
| commit | 30c4229b4b8cc3d515e50292c70c23dc847e441b (patch) | |
| tree | 23029bbcda69b1f4abfb6ac97e8b5b111faa0ec2 /Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | |
| parent | eff7c20399132cd9922d991ae335ee085a331002 (diff) | |
| download | Tango-30c4229b4b8cc3d515e50292c70c23dc847e441b.tar.gz Tango-30c4229b4b8cc3d515e50292c70c23dc847e441b.zip | |
Several improvements.
Diffstat (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs index 970d77b89..0f2316e26 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs @@ -34,7 +34,7 @@ namespace Tango.FSE.UI.ViewModels { Name = "Events", Index = 1, - Description = "View the active and history of the connected machine events.", + Description = "View the current state and history of machine alerts.", Image = ResourceHelper.GetImageFromResources("Images/Menu/events.png"), }); |
