diff --git a/src/main.ts b/src/main.ts index 866dcc5..1cead1c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -164,7 +164,7 @@ export default class CustomSortPlugin if (anySortingSpecFound) { this.showNotice(`Parsing custom sorting specification SUCCEEDED!`) } else { - this.showNotice(`Implicit custom sorting specification consumed.`) + this.showNotice(`No custom sorting spec, will go with implicit sorting (bookmarks-based).`) } } else { if (anySortingSpecFound) {