OSDN Git Service

okular: error message correction
authorIvailo Monev <xakepa10@gmail.com>
Wed, 19 Oct 2022 17:04:46 +0000 (20:04 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 19 Oct 2022 17:04:46 +0000 (20:04 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
okular/part.cpp

index 58aaad7..cc68080 100644 (file)
@@ -2846,7 +2846,7 @@ bool Part::handleCompressed( QString &destpath, const QString &path, const QStri
             i18n("<qt><strong>File Error!</strong> Could not write uncompressed data "
             "the file <nobr><strong>%1</strong></nobr>. "
             "The file will not be loaded.</qt>", path ),
-            i18n("<qt>This error typically occurs if the file is corrupt. "
+            i18n("<qt>This error typically occurs if there is not enough space. "
             "If you want to be sure, try to decompress the file manually "
             "using command-line tools.</qt>"));
         delete newtempfile;