From cf183a898d4d7ddeec3b70fccbd0e254a69be3b2 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Tue, 28 Jul 2020 11:40:16 +0200 Subject: Android: Clarify error message Change-Id: Id85c6a96ec2ffcb3bfd027ffdcc99ff97e1dd8ac Reviewed-by: Assam Boudjelthia --- src/plugins/android/androiddeployqtstep.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/android/androiddeployqtstep.cpp b/src/plugins/android/androiddeployqtstep.cpp index 74bd30e2ea..96be06a696 100644 --- a/src/plugins/android/androiddeployqtstep.cpp +++ b/src/plugins/android/androiddeployqtstep.cpp @@ -213,9 +213,9 @@ bool AndroidDeployQtStep::init() if (!selectedAbis.contains(info.cpuAbi.first())) { Core::MessageManager::write( - tr("Android: The selected device main ABI (%1) is not selected! The app execution or " - "debugging might not work properly. Add it from Projects > Build > Build Steps > " - "qmake > ABIs.") + tr("Android: The main ABI of the deployment device (%1) is not selected! The app " + "execution or debugging might not work properly. Add it from Projects > Build > " + "Build Steps > qmake > ABIs.") .arg(info.cpuAbi.first()), Core::MessageManager::WithFocus); } -- cgit v1.2.3