From 84e68b7545e5ee02eb2d844a7e94c418e3e9687c Mon Sep 17 00:00:00 2001 From: Kitteh Date: Mon, 29 Oct 2018 14:45:07 +0000 Subject: [PATCH] [UI] Fixed name of About Qt. --- src/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index a6277bb..2d450ee 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -724,7 +724,7 @@ ApplicationWindow { } Action { - text: "Fullscreen" + text: "About Qt" onTriggered: { player.launchAboutQt() }