From 5bc8e4d9fefd5c1bce64b94d9ee8fe0d36eee812 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 31 Mar 2014 13:38:15 +0200 Subject: [PATCH] Fix typo Change-Id: I695e95dda92065ccc8c1385b4a1c3277b201f930 Reviewed-by: Leena Miettinen --- src/plugins/android/createandroidmanifestwizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/android/createandroidmanifestwizard.cpp b/src/plugins/android/createandroidmanifestwizard.cpp index bd8e0fbc52d..726f211ec5d 100644 --- a/src/plugins/android/createandroidmanifestwizard.cpp +++ b/src/plugins/android/createandroidmanifestwizard.cpp @@ -106,7 +106,7 @@ ChooseDirectoryPage::ChooseDirectoryPage(CreateAndroidManifestWizard *wizard) m_sourceDirectoryWarning = new QLabel(this); m_sourceDirectoryWarning->setVisible(false); - m_sourceDirectoryWarning->setText(tr("The Android package source directory can not be the same as the project directory.")); + m_sourceDirectoryWarning->setText(tr("The Android package source directory cannot be the same as the project directory.")); m_sourceDirectoryWarning->setWordWrap(true); m_warningIcon = new QLabel(this); m_warningIcon->setVisible(false);