Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chirp/drivers/th_uv88.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,9 +588,9 @@ def get_prompts(cls):
rp.info = \
(cls.VENDOR + ' ' + cls.MODEL + '\n')

rp.pre_download = (
rp.pre_download = _(
"This is an early stage beta driver\n")
rp.pre_upload = (
rp.pre_upload = _(
"This is an early stage beta driver - upload at your own risk\n")
return rp

Expand Down
Loading