From 30c4229b4b8cc3d515e50292c70c23dc847e441b Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Fri, 22 May 2020 16:54:41 +0300 Subject: Several improvements. --- .../Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/FSE/Tango.FSE.UI/ViewModels/InternalModuleViewVM.cs') 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"), }); -- cgit v1.3.1