TechDraw: Crowdin request to remove apostrophes in translation string
This was green-lit by @wandererfan in a private message on the forum. ref: https://crowdin.com/translate/freecad/27911/en-hu#6503436
This commit is contained in:
@@ -673,7 +673,7 @@ void MDIViewPage::print(QPrinter* printer)
|
||||
if (!p.isActive() && !printer->outputFileName().isEmpty()) {
|
||||
qApp->setOverrideCursor(Qt::ArrowCursor);
|
||||
QMessageBox::critical(this, tr("Opening file failed"),
|
||||
tr("Can't open file '%1' for writing.").arg(printer->outputFileName()));
|
||||
tr("Can't open file %1 for writing.").arg(printer->outputFileName()));
|
||||
qApp->restoreOverrideCursor();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user