Tr: Add missing full stops

Change-Id: I2debc56d0740eaa30c7d597eae18910f319c1d98
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Eike Ziller
2023-05-26 11:52:43 +02:00
parent f2c1455025
commit 6e7bb28f09
15 changed files with 92 additions and 91 deletions

View File

@@ -656,7 +656,7 @@ void LoggingViewManagerWidget::loadAndUpdateFromPreset()
if (!contents) {
QMessageBox::critical(ICore::dialogParent(),
Tr::tr("Error"),
Tr::tr("Failed to open preset file \"%1\" for reading")
Tr::tr("Failed to open preset file \"%1\" for reading.")
.arg(fp.toUserOutput()));
return;
}