From d4332534de5872f39e3f518ccd426d6c6e64c9da Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 10 Aug 2020 19:56:45 +0200 Subject: [PATCH] Android: Don't scream at the user Change-Id: I20ebad6ad2c314394b2c9c90cb9b63e871b2dfb4 Reviewed-by: Assam Boudjelthia Reviewed-by: Leena Miettinen --- src/plugins/android/androiddeployqtstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/androiddeployqtstep.cpp b/src/plugins/android/androiddeployqtstep.cpp index 96be06a6962..8883d0904fe 100644 --- a/src/plugins/android/androiddeployqtstep.cpp +++ b/src/plugins/android/androiddeployqtstep.cpp @@ -213,7 +213,7 @@ bool AndroidDeployQtStep::init() if (!selectedAbis.contains(info.cpuAbi.first())) { Core::MessageManager::write( - tr("Android: The main ABI of the deployment device (%1) is not selected! The app " + 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()),