From e0603df4707c001e31eae0fbad58277ab332b94a Mon Sep 17 00:00:00 2001 From: Stanley Dimant Date: Sun, 25 Sep 2022 14:57:40 +0200 Subject: [PATCH] adjust hint for periodic file scan pause --- MareSynchronos/UI/UIShared.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MareSynchronos/UI/UIShared.cs b/MareSynchronos/UI/UIShared.cs index a9ae977..c840cb4 100644 --- a/MareSynchronos/UI/UIShared.cs +++ b/MareSynchronos/UI/UIShared.cs @@ -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()