From 03ee5dc41f700493491973d4f012f74ed7c83504 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Mon, 21 Jul 2014 20:26:55 +0300 Subject: [PATCH] Fix message Change-Id: Iec98cc61854d690f0fa0f4b19978dc16ede2db48 Reviewed-by: Daniel Teske --- 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 cc3ec1a5969..af6879eb402 100644 --- a/src/plugins/android/androiddeployqtstep.cpp +++ b/src/plugins/android/androiddeployqtstep.cpp @@ -317,7 +317,7 @@ bool AndroidDeployQtStep::processSucceeded(int exitCode, QProcess::ExitStatus st QMessageBox::critical(0, tr("Install failed"), tr("Another application with the same package id but signed with " "different ceritificate already exists.\n" - "Do you want to install the existing package next time?"), + "Do you want to uninstall the existing package next time?"), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes) { m_uninstallPreviousPackageTemp = true;