1
0
Fork 0

Add write text for buttons.

This commit is contained in:
namedkitten 2020-05-06 14:01:41 +01:00
parent 5a379aee18
commit e0157400ca

View file

@ -206,7 +206,7 @@ MenuBar {
shortcut: keybinds.forward10 shortcut: keybinds.forward10
} }
Action { Action {
text: translate.getTranslation("FORWARD_5S", i18n.language) text: translate.getTranslation("REWIND_5S", i18n.language)
onTriggered: { onTriggered: {
player.playerCommand(Enums.Commands.Seek, "-5") player.playerCommand(Enums.Commands.Seek, "-5")
} }