GUI style fixes: spaces before ellipses and excess ellipses

This commit is contained in:
Oswald Buddenhagen
2011-04-14 20:32:13 +02:00
parent d1539ebbc4
commit 9beb7afbe8
6 changed files with 9 additions and 9 deletions

View File

@@ -397,7 +397,7 @@ void MaemoDeviceConfigurationsSettingsWidget::finishDeployment()
{
m_keyDeployer->stopDeployment();
m_ui->deployKeyButton->disconnect();
m_ui->deployKeyButton->setText(tr("Deploy Public Key ..."));
m_ui->deployKeyButton->setText(tr("&Deploy Public Key..."));
connect(m_ui->deployKeyButton, SIGNAL(clicked()), this, SLOT(deployKey()));
}