diff --git a/src/gui/edit_tandem_preset_dialog/edittandempresetdialog.cpp b/src/gui/edit_tandem_preset_dialog/edittandempresetdialog.cpp
index 7c5d28e32c6dc3149157f6ee439f5e61164315de..8a94d4a5f803a3289cc155a98885f221e4ed8d2b 100644
--- a/src/gui/edit_tandem_preset_dialog/edittandempresetdialog.cpp
+++ b/src/gui/edit_tandem_preset_dialog/edittandempresetdialog.cpp
@@ -114,8 +114,7 @@ void EditTandemPresetDialog::doSelectDir() {
 
     }
     catch (pappso::PappsoException & error) {
-        //QMessageBox::warning(this,
-        //                  tr("Error choosing identification result files : %1").arg(error.qwhat()), error);
+        QMessageBox::warning(this,tr("Error :"), tr("Error choosing preset directory : %1").arg(error.qwhat()));
     }
 }