From de0eb1dbfcd48d2e5a0ca3c034befedb4037b72c Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 30 Aug 2020 15:44:18 +0300 Subject: Redundant. --- .../FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio') diff --git a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs index 6412e3778..5e79c636d 100644 --- a/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs +++ b/Software/Visual_Studio/FSE/Modules/Tango.FSE.PPCConsole/ViewModels/LogsViewVM.cs @@ -408,12 +408,12 @@ namespace Tango.FSE.PPCConsole.ViewModels } else { - await NotificationProvider.ShowError("Could not correlate any log item from the available log files."); + await NotificationProvider.ShowError("Could not correlate any log file."); } } else { - await NotificationProvider.ShowError("Could not correlate any log item from the available log items."); + await NotificationProvider.ShowError("A matching log file was found, but could not correlate any log item.\nIf this is an active log file, please to reload it and try again."); } } } -- cgit v1.3.1