diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2021-07-30 22:00:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 22:00:28 +0200 |
commit | 666a11f3a940cad622d53d05f976046c1e5edf5a (patch) | |
tree | a702a5f5aa6d41b623755e2d3119cc0a9b834148 /core/src/main/res/values | |
parent | 6d2ef33637009a718c73e5e63121606a70f476fc (diff) | |
parent | 4e185f2895d773ae3a966597ab8cc65e4d1c576d (diff) | |
download | AntennaPod-666a11f3a940cad622d53d05f976046c1e5edf5a.zip |
Merge pull request #5309 from ByteHamster/remove-volume-control
Removed left/right volume controls
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index db4387557..38178e0e2 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -775,9 +775,6 @@ <!-- Audio controls --> <string name="audio_controls">Audio controls</string> <string name="playback_speed">Playback Speed</string> - <string name="volume">Volume</string> - <string name="left_short">L</string> - <string name="right_short">R</string> <string name="audio_effects">Audio Effects</string> <string name="stereo_to_mono">Downmix: Stereo to mono</string> <string name="sonic_only">Sonic only</string> |