From 578f165bdcd940d9f9b947c7559df4c2fd61c0e8 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Mon, 15 Feb 2021 20:20:53 +0100 Subject: [PATCH] wording change --- owrx/controllers/settings/decoding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owrx/controllers/settings/decoding.py b/owrx/controllers/settings/decoding.py index 3ee4260..92427b8 100644 --- a/owrx/controllers/settings/decoding.py +++ b/owrx/controllers/settings/decoding.py @@ -33,7 +33,7 @@ class DecodingSettingsController(SettingsFormController): "digital_voice_unvoiced_quality", "Quality of unvoiced sounds in synthesized voice", infotext="Determines the quality, and thus the cpu usage, for the ambe codec used by digital voice" - + "modes.
If you're running on a Raspi (up to 3B+) you should leave this set at 1", + + " modes.
If you're running on a Raspberry Pi (up to 3B+) you should leave this set at 1", ), CheckboxInput( "digital_voice_dmr_id_lookup",