forked from qt-creator/qt-creator
Tr: Add missing full stops
Change-Id: I2debc56d0740eaa30c7d597eae18910f319c1d98 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user