Add i18n()
This commit is contained in:
@@ -93,7 +93,7 @@ Video {
|
|||||||
|
|
||||||
visible: vid.playbackState == MediaPlayer.StoppedState || vid.error != MediaPlayer.NoError
|
visible: vid.playbackState == MediaPlayer.StoppedState || vid.error != MediaPlayer.NoError
|
||||||
color: "white"
|
color: "white"
|
||||||
text: "Video"
|
text: i18n("Video")
|
||||||
font.pixelSize: 16
|
font.pixelSize: 16
|
||||||
|
|
||||||
padding: 8
|
padding: 8
|
||||||
|
|||||||
Reference in New Issue
Block a user