mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
okular: error message correction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
28a9ce4234
commit
15ebbe0768
1 changed files with 1 additions and 1 deletions
|
@ -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. "
|
||||
|
|
Loading…
Add table
Reference in a new issue