[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:28:55 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=d41eab2
The following commit has been merged in the master branch:
commit d41eab2faefe5cda42620a8595b1b709002943ce
Author: Aleix Pol <aleixpol at kde.org>
Date: Mon Sep 7 11:07:59 2015 +0200
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 441e21e..e853411 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
}
}
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list