forked from qt-creator/qt-creator
iOS: Fix some missing full stops
Change-Id: Ie6c1b9dafc3e3fe349adcbe6011244136002cc01 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -264,7 +264,7 @@ GroupItem DeviceCtlRunner::launchTask(const QString &bundleIdentifier)
|
||||
|
||||
void DeviceCtlRunner::reportStoppedImpl()
|
||||
{
|
||||
appendMessage(Tr::tr("\"%1\" exited").arg(m_bundlePath.toUserOutput()),
|
||||
appendMessage(Tr::tr("\"%1\" exited.").arg(m_bundlePath.toUserOutput()),
|
||||
Utils::NormalMessageFormat);
|
||||
reportStopped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user