Fixed wrong translation
This commit is contained in:
parent
7f7f62a92c
commit
d2ac8c4856
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue