iOS: Fix some missing full stops

Change-Id: Ie6c1b9dafc3e3fe349adcbe6011244136002cc01
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2024-02-23 15:21:41 +01:00
parent d2cec31f08
commit 76cd84b7cd
10 changed files with 19 additions and 17 deletions

View File

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