forked from qt-creator/qt-creator
GUI style fixes: spaces before ellipses and excess ellipses
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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()));
|
||||
}
|
||||
|
||||
|
||||
@@ -415,7 +415,7 @@
|
||||
<string>Click here if you do not have an SSH key yet.</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Generate SSH Key ...</string>
|
||||
<string>&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>&Deploy Public Key ...</string>
|
||||
<string>&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>
|
||||
|
||||
Reference in New Issue
Block a user