BlackBerry: fix UI text capitalization and punctuation

Reword an info message to fix a language issue.

Change-Id: I42719b2c407c42aad811370dbde8e9d422b7a4bb
Reviewed-by: Alejandro Exojo Piqueras <suy@badopi.org>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
Leena Miettinen
2013-10-09 17:19:10 +02:00
parent 2d80699430
commit 4aeedd4ded
7 changed files with 16 additions and 16 deletions

View File

@@ -100,8 +100,8 @@ BlackBerryInstallWizardOptionPage::BlackBerryInstallWizardOptionPage(BlackBerryI
void BlackBerryInstallWizardOptionPage::initializePage()
{
m_installButton->setText(tr("Install a new target"));
m_addButton->setText(tr("Add an existing target"));
m_installButton->setText(tr("Install New Target"));
m_addButton->setText(tr("Add Existing Target"));
if (m_data.mode == BlackBerryInstallerDataHandler::ManuallMode)
m_addButton->setChecked(true);