Merge pull request #4184 from ByteHamster/fix-wrong-string
Fixed wrong translation
This commit is contained in:
commit
3ee3ba3f6e
|
@ -55,7 +55,7 @@
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="24sp"
|
android:textSize="24sp"
|
||||||
android:textColor="?attr/colorSecondary"
|
android:textColor="?attr/colorSecondary"
|
||||||
android:contentDescription="@string/decrease_volume"
|
android:contentDescription="@string/decrease_speed"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"/>
|
android:background="?attr/selectableItemBackgroundBorderless"/>
|
||||||
|
|
||||||
<SeekBar
|
<SeekBar
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="24sp"
|
android:textSize="24sp"
|
||||||
android:textColor="?attr/colorSecondary"
|
android:textColor="?attr/colorSecondary"
|
||||||
android:contentDescription="@string/increase_volume"
|
android:contentDescription="@string/increase_speed"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless" />
|
android:background="?attr/selectableItemBackgroundBorderless" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
|
@ -674,8 +674,8 @@
|
||||||
<!-- Content descriptions for image buttons -->
|
<!-- Content descriptions for image buttons -->
|
||||||
<string name="rewind_label">Rewind</string>
|
<string name="rewind_label">Rewind</string>
|
||||||
<string name="fast_forward_label">Fast forward</string>
|
<string name="fast_forward_label">Fast forward</string>
|
||||||
<string name="increase_volume">Increase volume</string>
|
<string name="increase_speed">Increase speed</string>
|
||||||
<string name="decrease_volume">Decrease volume</string>
|
<string name="decrease_speed">Decrease speed</string>
|
||||||
<string name="media_type_audio_label">Audio</string>
|
<string name="media_type_audio_label">Audio</string>
|
||||||
<string name="media_type_video_label">Video</string>
|
<string name="media_type_video_label">Video</string>
|
||||||
<string name="navigate_upwards_label">Navigate upwards</string>
|
<string name="navigate_upwards_label">Navigate upwards</string>
|
||||||
|
|
Loading…
Reference in New Issue