mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix typos and add new words to dictionary.
This commit is contained in:
@@ -291,7 +291,7 @@ public static partial class Modes
|
||||
page.BackgroundScanInterval).AppendLine();
|
||||
|
||||
if(page.BackgroundPrescanTimeLimit > 0)
|
||||
sb.AppendFormat("\tBackgroun pre-scan operations can take a maximum of {0} hours",
|
||||
sb.AppendFormat("\tBackground pre-scan operations can take a maximum of {0} hours",
|
||||
page.BackgroundPrescanTimeLimit).AppendLine();
|
||||
|
||||
if(page.MinIdleBeforeBgScan > 0)
|
||||
|
||||
Reference in New Issue
Block a user