[chirp_devel] [PATCH] [LT725UV] Wrong Radio Model in RadioPrompt

Jim Unroe
Wed May 17 14:04:02 PDT 2017


# HG changeset patch
# User Jim Unroe <rock.unroe at gmail.com>
# Date 1495054485 14400
# Node ID de7f875d0495f805e825237018eab10f59b6b92a
# Parent  884a3be4226cc938ae3ff0ac6098650a924d4807
[LT725UV] Wrong Radio Model in RadioPrompt

This patch corrects the radio model called oun in the Experimental RadioPrompt.

related to Bug #4829

diff -r 884a3be4226c -r de7f875d0495 chirp/drivers/lt725uv.py
--- a/chirp/drivers/lt725uv.py	Sat May 06 18:16:23 2017 -0400
+++ b/chirp/drivers/lt725uv.py	Wed May 17 16:54:45 2017 -0400
@@ -322,7 +322,7 @@
     def get_prompts(cls):
         rp = chirp_common.RadioPrompts()
         rp.experimental = \
-            ('The UV-50X3 driver is a beta version.\n'
+            ('The LT725UV driver is a beta version.\n'
              '\n'
              'Please save an unedited copy of your first successful\n'
              'download to a CHIRP Radio Images(*.img) file.'



More information about the chirp_devel mailing list