diff --git a/HyperbolicDownloaderApi/FileProcessing/DirectoryWatcher.cs b/HyperbolicDownloaderApi/FileProcessing/DirectoryWatcher.cs index a89ef8f..76bad51 100644 --- a/HyperbolicDownloaderApi/FileProcessing/DirectoryWatcher.cs +++ b/HyperbolicDownloaderApi/FileProcessing/DirectoryWatcher.cs @@ -98,7 +98,7 @@ public class DirectoryWatcher } } - ApiManager.SendNotificationMessageNewLine($"Finished checking for new files. Found {newFilesCount} new files.", NotificationMessageType.Log); + ApiManager.SendNotificationMessageNewLine($"Finished checking for new files. Found {newFilesCount} new file(s).", NotificationMessageType.Log); filesManager.RemoveFilesThatDontExist(); }