summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Services
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Services')
-rw-r--r--win/CS/HandBrakeWPF/Services/Scan/LibScan.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs b/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs
index eac84f263..955e769ed 100644
--- a/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs
+++ b/win/CS/HandBrakeWPF/Services/Scan/LibScan.cs
@@ -142,7 +142,7 @@ namespace HandBrakeWPF.Services.Scan
{
try
{
- this.ServiceLogMessage("Stopping Scan ...");
+ this.ServiceLogMessage("Manually Stopping Scan ...");
this.IsScanning = false;
this.instance.StopScan();
}