[UI] Fix name of frame skip keybinds.
This commit is contained in:
parent
e64319685a
commit
ef77ee260a
|
@ -326,8 +326,8 @@ ApplicationWindow {
|
||||||
property string fullscreen: "F"
|
property string fullscreen: "F"
|
||||||
property string tracks: "Ctrl+T"
|
property string tracks: "Ctrl+T"
|
||||||
property string statsForNerds: "I"
|
property string statsForNerds: "I"
|
||||||
property string forwardFrame: "Period"
|
property string forwardFrame: "."
|
||||||
property string backwardFrame: "Comma"
|
property string backwardFrame: ","
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuBar {
|
MenuBar {
|
||||||
|
|
Loading…
Reference in a new issue