From 116026dee00e8abb3582c972db4796dc7a708778 Mon Sep 17 00:00:00 2001 From: Marko Bencun Date: Fri, 24 Nov 2017 10:12:24 +0100 Subject: [PATCH] DeviceMgr: nicer message when pairing The experience is a bit better if the user is prompted to connect, instead of showing an error. --- lib/plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.py b/lib/plugins.py index 0109f174..c35d1746 100644 --- a/lib/plugins.py +++ b/lib/plugins.py @@ -472,7 +472,7 @@ class DeviceMgr(ThreadJob, PrintError): infos = self.unpaired_device_infos(handler, plugin, devices) if infos: break - msg = _('Could not connect to your %s. Verify the cable is ' + msg = _('Please insert your %s. Verify the cable is ' 'connected and that no other application is using it.\n\n' 'Try to connect again?') % plugin.device if not handler.yes_no_question(msg):