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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:23 UTC 2016


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

The following commit has been merged in the master branch:
commit 1ee846231dec5b8c43a45e4116e6b1fc0fdcc060
Author: Yuri Chornoivan <yurchor at ukr.net>
Date:   Fri Mar 20 10:07:34 2015 +0200

    Fix typo
---
 cli/kdeconnect-cli.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp
index 06fc2b0..d29b2bd 100644
--- a/cli/kdeconnect-cli.cpp
+++ b/cli/kdeconnect-cli.cpp
@@ -48,7 +48,7 @@ int main(int argc, char** argv)
     parser.addOption(QCommandLineOption(QStringList("l") << "list-devices", i18n("List all devices")));
     parser.addOption(QCommandLineOption(QStringList("a") << "list-available", i18n("List available (paired and reachable) devices")));
     parser.addOption(QCommandLineOption("id-only", i18n("Make --list-devices or --list-available print only the devices id, to ease scripting")));
-    parser.addOption(QCommandLineOption("refresh", i18n("Search for devices in the network and re-establishe connections")));
+    parser.addOption(QCommandLineOption("refresh", i18n("Search for devices in the network and re-establish connections")));
     parser.addOption(QCommandLineOption("pair", i18n("Request pairing to a said device")));
     parser.addOption(QCommandLineOption("unpair", i18n("Stop pairing to a said device")));
     parser.addOption(QCommandLineOption("ping", i18n("Sends a ping to said device")));

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list