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

@@ -102,7 +102,7 @@
<item>
<widget class="QPushButton" name="addIconButton">
<property name="text">
<string>Add Launcher Icon ...</string>
<string>Add Launcher Icon...</string>
</property>
</widget>
</item>

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()));
}

View File

@@ -415,7 +415,7 @@
<string>Click here if you do not have an SSH key yet.</string>
</property>
<property name="text">
<string>&amp;Generate SSH Key ...</string>
<string>&amp;Generate SSH Key...</string>
</property>
</widget>
</item>
@@ -431,7 +431,7 @@
<string>This will enable you to log into the device without a password.</string>
</property>
<property name="text">
<string>&amp;Deploy Public Key ...</string>
<string>&amp;Deploy Public Key...</string>
</property>
</widget>
</item>
@@ -447,7 +447,7 @@
<string>Click here to see which processes are running on the device.</string>
</property>
<property name="text">
<string>Remote Processes ...</string>
<string>Remote Processes...</string>
</property>
</widget>
</item>