Merge pull request #4184 from ByteHamster/fix-wrong-string

Fixed wrong translation
This commit is contained in:
H. Lehmann 2020-05-23 23:21:24 +02:00 committed by GitHub
commit 3ee3ba3f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -674,8 +674,8 @@
<!-- Content descriptions for image buttons -->
<string name="rewind_label">Rewind</string>
<string name="fast_forward_label">Fast forward</string>
<string name="increase_volume">Increase volume</string>
<string name="decrease_volume">Decrease volume</string>
<string name="increase_speed">Increase speed</string>
<string name="decrease_speed">Decrease speed</string>
<string name="media_type_audio_label">Audio</string>
<string name="media_type_video_label">Video</string>
<string name="navigate_upwards_label">Navigate upwards</string>