Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-03-09 19:16:05 +0300
committerDaniel Lublin <daniel@lublin.se>2022-03-09 19:16:05 +0300
commitffcac60f0e40ca8ffeefcaa706963c6943a3ff8d (patch)
tree39a48f10c22863b11cb93f79486c6a6f6fec6c20
parentbe80c557ecef44c7d82b350b3f821c6e39d382af (diff)
Change sound->audio
-rw-r--r--app/src/main/res/values/preference.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/preference.xml b/app/src/main/res/values/preference.xml
index 24ad685..f4b3913 100644
--- a/app/src/main/res/values/preference.xml
+++ b/app/src/main/res/values/preference.xml
@@ -119,7 +119,7 @@
<string name="pttSound">Push-to-talk sound</string>
<string name="pttSoundSum">Play sound effect when pressing the push-to-talk button.</string>
<string name="preprocessor_enabled">Input pre-processing</string>
- <string name="preprocessor_enabled_sum">Suppresses ambient noise and normalizes sound volume.</string>
+ <string name="preprocessor_enabled_sum">Suppresses ambient noise and normalizes audio volume.</string>
<string name="audio_per_packet">Audio per packet</string>
<string name="audio_per_packet_sum">The length of audio per voice packet.</string>
<string name="stay_awake">Stay awake</string>