forked from qt-creator/qt-creator
Further string fixes
Change-Id: I08661ec25eb898ff1344c82ca6fdc2465f8e3460 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
6a8c2577f9
commit
16cfb1a9c1
@@ -96,9 +96,9 @@ QString MaddeDeviceConfigurationFactory::displayNameForActionId(const QString &a
|
||||
if (actionId == QLatin1String(MaddeDeviceTestActionId))
|
||||
return tr("Test");
|
||||
if (actionId == QLatin1String(MaddeRemoteProcessesActionId))
|
||||
return tr("Remote Processes");
|
||||
return tr("Remote Processes...");
|
||||
if (actionId == QLatin1String(Constants::GenericDeployKeyToDeviceActionId))
|
||||
return tr("Deploy Public Key");
|
||||
return tr("Deploy Public Key...");
|
||||
return QString(); // Can't happen.
|
||||
}
|
||||
|
||||
|
||||
@@ -82,9 +82,9 @@ QString GenericLinuxDeviceConfigurationFactory::displayNameForActionId(const QSt
|
||||
if (actionId == QLatin1String(Constants::GenericTestDeviceActionId))
|
||||
return tr("Test");
|
||||
if (actionId == QLatin1String(Constants::GenericRemoteProcessesActionId))
|
||||
return tr("Remote Processes");
|
||||
return tr("Remote Processes...");
|
||||
if (actionId == QLatin1String(Constants::GenericDeployKeyToDeviceActionId))
|
||||
return tr("Deploy Public Key");
|
||||
return tr("Deploy Public Key...");
|
||||
return QString(); // Can't happen.
|
||||
}
|
||||
|
||||
|
||||
@@ -333,7 +333,7 @@
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Add</string>
|
||||
<string>&Add...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user