summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2018-07-13 10:33:01 +0200
committerByteHamster <info@bytehamster.com>2018-07-13 10:33:01 +0200
commit626621044f0dcb77080400d86571ca4a46043b06 (patch)
tree27a36d97e1110dd7e15b18ca4d23348a49663093 /core/src
parenta9d9a5ac4262751a5ff660c47915c190bcd6c414 (diff)
downloadAntennaPod-626621044f0dcb77080400d86571ca4a46043b06.zip
Player names are not translatable
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 6312a5bbd..0cf8f4b46 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -459,8 +459,8 @@
<string name="pref_enqueue_downloaded_title">Enqueue Downloaded</string>
<string name="pref_enqueue_downloaded_summary">Add downloaded episodes to the queue</string>
<string name="media_player_builtin">Built-in Android player</string>
- <string name="media_player_sonic">Sonic Media Player</string>
- <string name="media_player_exoplayer">Exoplayer</string>
+ <string name="media_player_sonic" translatable="false">Sonic Media Player</string>
+ <string name="media_player_exoplayer" translatable="false">Exoplayer</string>
<string name="pref_videoBehavior_title">Video behavior</string>
<string name="pref_videoBehavior_sum">Behavior when leaving video playback</string>
<string name="stop_playback">Stop playback</string>