Fix message

Change-Id: Iec98cc61854d690f0fa0f4b19978dc16ede2db48
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
BogDan Vatra
2014-07-21 20:26:55 +03:00
parent ea0c16aa97
commit 03ee5dc41f

View File

@@ -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;