summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-07-01 09:39:07 +0200
committerGitHub <noreply@github.com>2020-07-01 09:39:07 +0200
commitea28400fc7d495171411365698e656361a57d7a6 (patch)
treefe091d9a0c7448b6f611c7f4b8f332bfa9a97bb4 /core
parent0e05a8af7b349d552fa70cd2f6da6dc3567c41ac (diff)
parentd484857f8976a92bece1122ab7ffa203073d5e4b (diff)
downloadAntennaPod-ea28400fc7d495171411365698e656361a57d7a6.zip
Merge pull request #4266 from ramzan/develop
Rename "Headphones Disconnect" option
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 93a21ef13..3496d4290 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -391,7 +391,7 @@
<string name="pref_autoUpdateIntervallOrTime_every">every %1$s</string>
<string name="pref_autoUpdateIntervallOrTime_at">at %1$s</string>
<string name="pref_followQueue_title">Continuous Playback</string>
- <string name="pref_pauseOnHeadsetDisconnect_title">Headphones Disconnect</string>
+ <string name="pref_pauseOnHeadsetDisconnect_title">Headphones or Bluetooth disconnect</string>
<string name="pref_unpauseOnHeadsetReconnect_title">Headphones Reconnect</string>
<string name="pref_unpauseOnBluetoothReconnect_title">Bluetooth Reconnect</string>
<string name="pref_stream_over_download_title">Prefer Streaming</string>