User-facing typo fixes

All user-facing strings that have double (consecutive) whitespace e.g. `\b  \b`have been removed. Inspired by the error message in https://forum.freecadweb.org/viewtopic.php?f=3&t=5899&p=200309#p200309
This commit is contained in:
luzpaz
2017-11-20 20:29:49 -05:00
committed by Yorik van Havre
parent 57c7626aee
commit 0a31812c73
7 changed files with 8 additions and 8 deletions

View File

@@ -567,7 +567,7 @@ void DrawingView::print(QPrinter* printer)
if (doPrint && printer->orientation() != this->m_orientation) {
int ret = QMessageBox::warning(this, tr("Different orientation"),
tr("The printer uses a different orientation than the drawing.\n"
tr("The printer uses a different orientation than the drawing.\n"
"Do you want to continue?"),
QMessageBox::Yes | QMessageBox::No);
if (ret != QMessageBox::Yes)