[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:47 UTC 2016


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

The following commit has been merged in the master branch:
commit fb8f46853546517011ce41e221abfe951e68f3f8
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jun 8 18:39:16 2016 +0200

    Unify naming with the Android client
---
 app/qml/DevicePage.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/qml/DevicePage.qml b/app/qml/DevicePage.qml
index 61bc262..1542696 100644
--- a/app/qml/DevicePage.qml
+++ b/app/qml/DevicePage.qml
@@ -60,14 +60,14 @@ Kirigami.Page
                 Layout.fillWidth: true
 
                 Kirigami.BasicListItem {
-                    label: i18n("Open Multimedia Remote Control")
+                    label: i18n("Multimedia control")
                     onClicked: pageStack.push(
                         "qrc:/qml/mpris.qml",
                         { mprisInterface: MprisDbusInterfaceFactory.create(deviceView.currentDevice.id()) }
                     );
                 }
                 Kirigami.BasicListItem {
-                    label: i18n("Mouse Pad")
+                    label: i18n("Remote input")
                     onClicked: pageStack.push(
                         "qrc:/qml/mousepad.qml",
                         { remoteControlInterface: RemoteControlDbusInterfaceFactory.create(deviceView.currentDevice.id()) }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list