Minor finetuning of console log message

This commit is contained in:
SebastianMC 2025-03-31 10:28:30 +02:00
parent b8708f81e9
commit e0b7c9bd6d
1 changed files with 1 additions and 1 deletions

View File

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