OSDN Git Service

okular: error message correction
authorIvailo Monev <xakepa10@gmail.com>
Mon, 28 Nov 2022 03:38:08 +0000 (05:38 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 28 Nov 2022 03:38:08 +0000 (05:38 +0200)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
okular/part.cpp

index 7ec615e..a5ec100 100644 (file)
@@ -2847,7 +2847,7 @@ bool Part::handleCompressed( QString &destpath, const QString &path, const QStri
     if (newtempfile->write(uncompressed.constData(), uncompressed.size()) != uncompressed.size())
     {
         KMessageBox::detailedError(widget(),
-            i18n("<qt><strong>File Error!</strong> Could not write uncompressed data "
+            i18n("<qt><strong>File Error!</strong> Could not write uncompressed data to"
             "the file <nobr><strong>%1</strong></nobr>. "
             "The file will not be loaded.</qt>", path ),
             i18n("<qt>This error typically occurs if there is not enough space. "