diff --git a/app/qml/main.qml b/app/qml/main.qml index 441e21ed1..e853411ba 100644 --- a/app/qml/main.qml +++ b/app/qml/main.qml @@ -39,7 +39,7 @@ ApplicationWindow } Label { Layout.fillWidth: true - text: "KDE Connect" + text: i18n("KDE Connect") font.pointSize: 20 } }