diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-10-31 11:55:07 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-10-31 11:55:07 -0400 |
commit | b77ecd9a4e199e3173407be8c1e9696adfda6b97 (patch) | |
tree | b738e1fe2bf3832f99470be62332b81982618a9c /core/src/main/res | |
parent | 3cc5eee0ff2d5eb650a71c78235229422322a3a6 (diff) | |
download | AntennaPod-b77ecd9a4e199e3173407be8c1e9696adfda6b97.zip |
minor string updates
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
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 0a8e95639..0c56e1d3e 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -276,7 +276,7 @@ <string name="flattr_label">Flattr</string> <string name="pref_episode_cleanup_title">Episode Cleanup</string> <string name="pref_episode_cleanup_summary">Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if space is needed</string> - <string name="pref_pauseOnDisconnect_sum">Pause playback when the headphones or Bluetooth are disconnected</string> + <string name="pref_pauseOnDisconnect_sum">Pause playback when headphones or bluetooth are disconnected</string> <string name="pref_unpauseOnHeadsetReconnect_sum">Resume playback when the headphones are reconnected</string> <string name="pref_unpauseOnBluetoothReconnect_sum">Resume playback when bluetooth reconnects</string> <string name="pref_followQueue_sum">Jump to next queue item when playback completes</string> |