[SCM] kdeconnect packaging branch, master, updated. upstream/1.0.1-206-gf661872

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 18:27:01 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=64e0250

The following commit has been merged in the master branch:
commit 64e0250d99f0c8f6233ca9844d8789e579ff810f
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Aug 21 17:54:15 2016 +0200

    Properly case unpair
---
 app/qml/DevicePage.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/qml/DevicePage.qml b/app/qml/DevicePage.qml
index 1c5a836..668dabc 100644
--- a/app/qml/DevicePage.qml
+++ b/app/qml/DevicePage.qml
@@ -45,7 +45,7 @@ Kirigami.Page
                 property list<QtObject> actions: [
                     Kirigami.Action {
                         onTriggered: deviceView.currentDevice.unpair()
-                        text: i18n("UnPair")
+                        text: i18n("Unpair")
                     },
                     Kirigami.Action {
                         text: i18n("Send Ping")

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list