summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-22 21:02:16 +0200
committerByteHamster <info@bytehamster.com>2020-05-22 21:02:16 +0200
commitd2ac8c48566045db614ed95aaf47cc8c6b1c5754 (patch)
tree933c6b70c880a6bc519cb990dd77da1f52d4860c /app
parent7f7f62a92ca7a230114a835e60b3c62264fdbba4 (diff)
downloadAntennaPod-d2ac8c48566045db614ed95aaf47cc8c6b1c5754.zip
Fixed wrong translation
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/audio_controls.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/audio_controls.xml b/app/src/main/res/layout/audio_controls.xml
index 9a1c525a7..aa1bdf236 100644
--- a/app/src/main/res/layout/audio_controls.xml
+++ b/app/src/main/res/layout/audio_controls.xml
@@ -55,7 +55,7 @@
android:textStyle="bold"
android:textSize="24sp"
android:textColor="?attr/colorSecondary"
- android:contentDescription="@string/decrease_volume"
+ android:contentDescription="@string/decrease_speed"
android:background="?attr/selectableItemBackgroundBorderless"/>
<SeekBar
@@ -76,7 +76,7 @@
android:textStyle="bold"
android:textSize="24sp"
android:textColor="?attr/colorSecondary"
- android:contentDescription="@string/increase_volume"
+ android:contentDescription="@string/increase_speed"
android:background="?attr/selectableItemBackgroundBorderless" />
</LinearLayout>