chore: renamed several settings

This commit is contained in:
memodack 2025-11-19 16:24:52 +02:00
parent e8552c6de9
commit 65fea10f14

View file

@ -136,7 +136,7 @@ export class SettingTabService extends PluginSettingTab {
new Setting(containerEl).setName("Voiceover").setHeading();
this.playbackSpeedSettings = new Setting(containerEl)
.setName("Playback speed")
.setName("Playback")
.setDesc("The speed at which the voiceover will be performed.")
.addDropdown((dropdown) => {
dropdown
@ -155,7 +155,7 @@ export class SettingTabService extends PluginSettingTab {
new Setting(containerEl).setName("Actions").setHeading();
this.playVariantSettings = new Setting(containerEl)
.setName("When pressed play")
.setName("Pressing")
.setDesc("Will be voiced when you click on a part.")
.addDropdown((dropdown) => {
dropdown