ImageView: Fix brace in string

Change-Id: I08c0b74930cccea4674ea559c64de9fff8cd1791
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Robert Loehning
2018-07-13 13:43:45 +02:00
parent 8c6854b421
commit 0374549b1e

View File

@@ -230,7 +230,7 @@ void ImageView::exportMultiImages()
const QFileInfo origFi = m_file->filePath().toFileInfo();
const QSize size = svgSize();
const QString title =
tr("Export a Series of Images from %1 (%2x%3")
tr("Export a Series of Images from %1 (%2x%3)")
.arg(origFi.fileName()).arg(size.width()).arg(size.height());
MultiExportDialog multiExportDialog;
multiExportDialog.setWindowTitle(title);