diff --git a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp index 92c4dce2d8..a5030ffd0a 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemCcxImp.cpp @@ -143,7 +143,7 @@ void DlgSettingsFemCcxImp::onfileNameChanged(QString FileName) if (!QFileInfo::exists(FileName)) { QMessageBox::critical(this, tr("File does not exist"), - tr("The specified executable \n'%1'\n does not exist!\n" + tr("The specified executable\n'%1'\n does not exist!\n" "Specify another file please.") .arg(FileName)); } diff --git a/src/Mod/Fem/Gui/DlgSettingsFemElmerImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemElmerImp.cpp index 475d0ffa0a..40b40466e7 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemElmerImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemElmerImp.cpp @@ -106,7 +106,7 @@ void DlgSettingsFemElmerImp::onfileNameChanged(QString FileName) if (!QFileInfo::exists(FileName)) { QMessageBox::critical(this, tr("File does not exist"), - tr("The specified executable \n'%1'\n does not exist!\n" + tr("The specified executable\n'%1'\n does not exist!\n" "Specify another file please.") .arg(FileName)); } diff --git a/src/Mod/Fem/Gui/DlgSettingsFemGmshImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemGmshImp.cpp index 7c93279f11..2ff0868086 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemGmshImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemGmshImp.cpp @@ -77,7 +77,7 @@ void DlgSettingsFemGmshImp::onfileNameChanged(QString FileName) if (!QFileInfo::exists(FileName)) { QMessageBox::critical(this, tr("File does not exist"), - tr("The specified executable \n'%1'\n does not exist!\n" + tr("The specified executable\n'%1'\n does not exist!\n" "Specify another file please.") .arg(FileName)); } diff --git a/src/Mod/Fem/Gui/DlgSettingsFemMystranImp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemMystranImp.cpp index c91730ecee..39840d1870 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemMystranImp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemMystranImp.cpp @@ -79,7 +79,7 @@ void DlgSettingsFemMystranImp::onfileNameChanged(QString FileName) if (!QFileInfo::exists(FileName)) { QMessageBox::critical(this, tr("File does not exist"), - tr("The specified executable \n'%1'\n does not exist!\n" + tr("The specified executable\n'%1'\n does not exist!\n" "Specify another file please.") .arg(FileName)); } diff --git a/src/Mod/Fem/Gui/DlgSettingsFemZ88Imp.cpp b/src/Mod/Fem/Gui/DlgSettingsFemZ88Imp.cpp index 39375d468e..46afdac3f6 100644 --- a/src/Mod/Fem/Gui/DlgSettingsFemZ88Imp.cpp +++ b/src/Mod/Fem/Gui/DlgSettingsFemZ88Imp.cpp @@ -105,7 +105,7 @@ void DlgSettingsFemZ88Imp::onfileNameChanged(QString FileName) if (!QFileInfo::exists(FileName)) { QMessageBox::critical(this, tr("File does not exist"), - tr("The specified z88r executable \n'%1'\n does not exist!\n" + tr("The specified z88r executable\n'%1'\n does not exist!\n" "Specify another file please.") .arg(FileName)); return;