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
path: root/app
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2022-07-07 08:38:12 +0300
committerDaniel Lublin <daniel@lublin.se>2022-07-07 08:38:12 +0300
commitc21f9d2461423fd8c030cb7592379a35d5c68f22 (patch)
treefee185524006f7b5ed5ef45472c4e262e442a187 /app
parentecbec077496f3e5148e53287f6cb2fd5fea9bfdb (diff)
Revise toggle PTT button preference wording
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/preference.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/preference.xml b/app/src/main/res/values/preference.xml
index 9878b42..083edd1 100644
--- a/app/src/main/res/values/preference.xml
+++ b/app/src/main/res/values/preference.xml
@@ -79,8 +79,8 @@
<string name="useTtsSum">Read incoming message aloud using speech synthesis.</string>
<string name="shortTtsMessages">Shortened text-to-speech messages</string>
<string name="shortTtsMessagesSum">Shorten the messages by only reading the domain names of links.</string>
- <string name="togglePtt">Push-to-talk</string>
- <string name="togglePttSum">Turns push-to-talk on or off for each press.</string>
+ <string name="togglePtt">Sticky Push-to-talk button</string>
+ <string name="togglePttSum">Push-to-talk button toggles transmission on/off. No need to hold it.</string>
<string name="autoReconnect">Auto-reconnect</string>
<string name="autoReconnectSum">Re-establishes connection to server when lost.</string>
<string name="useTor">Connect via Tor</string>