Skip to content

Commit

Permalink
rt21: Fix "voice annunciation" typo
Browse files Browse the repository at this point in the history
Fixes #11513
  • Loading branch information
kk7ds committed Aug 31, 2024
1 parent 2cd2c30 commit d5375e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chirp/drivers/retevis_rt21.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ def get_settings(self):
basic.append(rset)

rs = RadioSettingValueList(VOICE_LIST, VOICE_LIST[_settings.voice])
rset = RadioSetting("voice", "Voice Annumciation", rs)
rset = RadioSetting("voice", "Voice Annunciation", rs)
basic.append(rset)

if self.MODEL == "RB17A":
Expand Down

0 comments on commit d5375e7

Please sign in to comment.