Skip to content

Commit

Permalink
[ft2d] Remove leading space, unify strings a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
StoyanDimitrov authored and kk7ds committed Jan 19, 2025
1 parent f5324c8 commit 416e50a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chirp/drivers/ft2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ def get_prompts(cls):
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
"3. Press and hold [DISP] key while turning on radio\n"
" (\"CLONE\" will appear on the display).\n"
"4. <b>After clicking OK here in chirp</b>,\n"
" (\"CLONE\" will appear on radio LCD).\n"
"4. <b>After clicking OK here in Chirp</b>,\n"
" press the [Send] screen button.\n")
rp.pre_upload = _(
" 1. Turn radio off.\n"
" 2. Connect cable to DATA terminal.\n"
" 3. Press and hold in [DISP] key while turning on radio\n"
" (\"CLONE\" will appear on radio LCD).\n"
" 4. Press [RECEIVE] screen button\n"
" (\"-WAIT-\" will appear on radio LCD).\n"
"1. Turn radio off.\n"
"2. Connect cable to DATA terminal.\n"
"3. Press and hold in [DISP] key while turning on radio\n"
" (\"CLONE\" will appear on radio LCD).\n"
"4. Press [RECEIVE] screen button\n"
" (\"-WAIT-\" will appear on radio LCD).\n"
"5. Finally, press OK button below.\n")
return rp

Expand Down

0 comments on commit 416e50a

Please sign in to comment.