forked from qt-creator/qt-creator
BlackBerry: fix UI text and messages
Fix punctuation and capitalization in UI text and messages. Change-Id: Ie3beaeda820090ecec94832b773c2f29a7bd0d95 Reviewed-by: Mehdi Fekari <mfekari@blackberry.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
This commit is contained in:
@@ -195,7 +195,7 @@ void BlackBerryDeployQtLibrariesDialog::handleRemoteProcessCompleted()
|
||||
// Directory exists
|
||||
if (m_processRunner->processExitCode() == 0) {
|
||||
int answer = QMessageBox::question(this, windowTitle(),
|
||||
tr("The remote directory '%1' already exist. "
|
||||
tr("The remote directory '%1' already exists. "
|
||||
"Deploying to that directory will remove any files "
|
||||
"already present.\n\n"
|
||||
"Are you sure you want to continue?")
|
||||
|
||||
Reference in New Issue
Block a user