Skip to content
Snippets Groups Projects
Commit 16cfb1a9 authored by Robert Loehning's avatar Robert Loehning Committed by Robert Löhning
Browse files

Further string fixes


Change-Id: I08661ec25eb898ff1344c82ca6fdc2465f8e3460
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@nokia.com>
parent 6a8c2577
No related branches found
No related tags found
No related merge requests found
......@@ -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>&amp;Add</string>
<string>&amp;Add...</string>
</property>
</widget>
</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment