Skip to content

Commit

Permalink
Update command name in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
friebetill committed Dec 3, 2022
1 parent affab6a commit 16fe7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/settingTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class SettingTab extends PluginSettingTab {
});

containerEl.createEl("p", {
text: 'Translate: Translates the selected text from the "From language" to the "To language".',
text: 'Translate selection: Translates the selected text from the "From language" to the "To language".',
});

containerEl.createEl("h4", {
Expand Down

0 comments on commit 16fe7d7

Please sign in to comment.