From e0b7c9bd6d1893346348eae1500030bbd3db49ba Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:28:30 +0200 Subject: [PATCH] Minor finetuning of console log message --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 5e53a27..39b846a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -276,7 +276,7 @@ export default class CustomSortPlugin } logDeferredFileExplorerWatcherSetupInfo() { - const msg = `${PLUGIN_ID} v${this.manifest.version}: Set up a watcher to apply custom sort automatically when the File Explorer is displayed.\n` + const msg = `${PLUGIN_ID} v${this.manifest.version}: A watcher was set up to apply custom sort automatically when the File Explorer is displayed.\n` console.warn(msg) }