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) }