forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user