# HG changeset patch # User Rick DeWitt # Date 1529599170 25200 # Thu Jun 21 09:39:30 2018 -0700 # Node ID 8b1b394fd9a66633e5bacd480affdcd501dc7dad # Parent b08fbd75a49999f7f8054a054d7ae6a8cc45c684 [lt725uv] and variants; add Information prompt info per #5893 diff -r b08fbd75a499 -r 8b1b394fd9a6 chirp/drivers/lt725uv.py --- a/chirp/drivers/lt725uv.py Wed Jun 13 06:14:11 2018 -0700 +++ b/chirp/drivers/lt725uv.py Thu Jun 21 09:39:30 2018 -0700 @@ -417,8 +417,7 @@ @directory.register -class LT725UV(chirp_common.CloneModeRadio, - chirp_common.ExperimentalRadio): +class LT725UV(chirp_common.CloneModeRadio): """LUITON LT-725UV Radio""" VENDOR = "LUITON" MODEL = "LT-725UV" @@ -438,7 +437,7 @@ @classmethod def get_prompts(cls): rp = chirp_common.RadioPrompts() - rp.experimental = \ + rp.info = \ ('Some notes about POWER settings:\n' '- The individual channel power settings are ignored' ' by the radio.\n' @@ -448,7 +447,7 @@ ' entire upper or lower band.\n' '- Tri-power radio models will set and download the three' ' band-power' - ' levels, but they are\n converted to just Low and High at' + ' levels, but they are converted to just Low and High at' ' upload.' ' The Mid setting reverts to Low.' )