summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/videoplayer_activity.xml
diff options
context:
space:
mode:
authorTom Hennen <TomHennen@users.noreply.github.com>2016-05-19 16:11:01 -0400
committerTom Hennen <TomHennen@users.noreply.github.com>2016-05-19 16:11:01 -0400
commit23971da9c6063c036f38b1e42f66a075585dc9af (patch)
tree99b353852d8a54ea567c504aee69fc154292bf65 /app/src/main/res/layout/videoplayer_activity.xml
parent37e9781930cd356a205267ca65cda0283d8e228e (diff)
parent0290d38f52117a319a76f42ca5ce39133ebb0a9d (diff)
downloadAntennaPod-23971da9c6063c036f38b1e42f66a075585dc9af.zip
Merge pull request #1952 from AntennaPod/1.6.0_devel
1.6.0.7 released
Diffstat (limited to 'app/src/main/res/layout/videoplayer_activity.xml')
-rw-r--r--app/src/main/res/layout/videoplayer_activity.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/videoplayer_activity.xml b/app/src/main/res/layout/videoplayer_activity.xml
index 2e1097fb8..4db663e19 100644
--- a/app/src/main/res/layout/videoplayer_activity.xml
+++ b/app/src/main/res/layout/videoplayer_activity.xml
@@ -32,7 +32,7 @@
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:background="@drawable/overlay_button_circle_background"
- android:contentDescription="@string/pause_label"
+ android:contentDescription="@string/rewind_label"
android:src="@drawable/ic_av_rewind_80dp" />
<ImageButton
@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:background="@drawable/overlay_button_circle_background"
- android:contentDescription="@string/pause_label"
+ android:contentDescription="@string/fast_forward_label"
android:src="@drawable/ic_av_fast_forward_80dp" />
</LinearLayout>