From d41eab2faefe5cda42620a8595b1b709002943ce Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Mon, 7 Sep 2015 11:07:59 +0200 Subject: [PATCH] add i18n for consistency --- app/qml/main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }