This commit is contained in:
Jean-Francois Dockes 2019-06-16 07:42:45 +02:00
parent dca18bc585
commit a464cb3d2c

View File

@ -675,11 +675,11 @@ bool Preview::loadDocInCurrentTab(const Rcl::Doc &idoc, int docnum)
break;
case FileInterner::InternfileOther:
#ifdef _WIN32
msg = tr("Error loading the document: other handler error");
#else
msg = tr("Error loading the document: "
"other handler error<br>"
"Maybe the application is locking the file ?");
#else
msg = tr("Error loading the document: other handler error");
#endif
break;
}