Skip to content
Snippets Groups Projects
Commit 17747ba4 authored by con's avatar con
Browse files

Rename some labels for signing.

parent 43420da9
Branches
Tags
No related merge requests found
...@@ -330,7 +330,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon ...@@ -330,7 +330,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
QVBoxLayout *layout = new QVBoxLayout(); QVBoxLayout *layout = new QVBoxLayout();
signatureWidget->setLayout(layout); signatureWidget->setLayout(layout);
mainBoxLayout->addWidget(signatureWidget); mainBoxLayout->addWidget(signatureWidget);
QRadioButton *selfSign = new QRadioButton(tr("Self-sign")); QRadioButton *selfSign = new QRadioButton(tr("Self-signed certificate"));
QHBoxLayout *customHBox = new QHBoxLayout(); QHBoxLayout *customHBox = new QHBoxLayout();
customHBox->setMargin(0); customHBox->setMargin(0);
QVBoxLayout *radioLayout = new QVBoxLayout(); QVBoxLayout *radioLayout = new QVBoxLayout();
...@@ -344,7 +344,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon ...@@ -344,7 +344,7 @@ S60DeviceRunConfigurationWidget::S60DeviceRunConfigurationWidget(S60DeviceRunCon
Core::Utils::PathChooser *signaturePath = new Core::Utils::PathChooser(); Core::Utils::PathChooser *signaturePath = new Core::Utils::PathChooser();
signaturePath->setExpectedKind(Core::Utils::PathChooser::File); signaturePath->setExpectedKind(Core::Utils::PathChooser::File);
signaturePath->setPromptDialogTitle(tr("Choose certificate file (.cer)")); signaturePath->setPromptDialogTitle(tr("Choose certificate file (.cer)"));
customLayout->addRow(new QLabel(tr("Custom signature:")), signaturePath); customLayout->addRow(new QLabel(tr("Custom certificate:")), signaturePath);
Core::Utils::PathChooser *keyPath = new Core::Utils::PathChooser(); Core::Utils::PathChooser *keyPath = new Core::Utils::PathChooser();
keyPath->setExpectedKind(Core::Utils::PathChooser::File); keyPath->setExpectedKind(Core::Utils::PathChooser::File);
keyPath->setPromptDialogTitle(tr("Choose key file (.key / .pem)")); keyPath->setPromptDialogTitle(tr("Choose key file (.key / .pem)"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment