adjust hint for periodic file scan pause

This commit is contained in:
Stanley Dimant
2022-09-25 14:57:40 +02:00
parent 5b5bb043bd
commit e0603df470

View File

@@ -546,7 +546,7 @@ namespace MareSynchronos.UI
_pluginConfiguration.FileScanPaused = isPaused;
_pluginConfiguration.Save();
}
DrawHelpText("This allows you to stop the periodic scans of your Penumbra and Mare cache directories. This setting will automatically revert itself on restart of Mare.");
DrawHelpText("This allows you to stop the periodic scans of your Penumbra and Mare cache directories. Use this to move the Mare cache and Penumbra mod folders around. If you enable this permanently, run a Force rescan after adding mods to Penumbra.");
}
public void Dispose()