Skip to content

Commit

Permalink
Minor text adjustment in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMC committed Oct 21, 2023
1 parent 167f6db commit e632808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class CustomSortSettingTab extends PluginSettingTab {
}));

const bookmarksIntegrationContextMenusDescription: DocumentFragment = sanitizeHTMLToDom(
'Enable <i>Custom-sort: bookmark for sorting</i> and <i>Custom-sort: bookmark+siblings for sorting.</i> entries '
'Enable <i>Custom-sort: bookmark for sorting</i> and <i>Custom-sort: bookmark+siblings for sorting</i> (and related) entries '
+ 'in context menu in File Explorer'
)
new Setting(containerEl)
Expand Down

0 comments on commit e632808

Please sign in to comment.