diff --git a/ElmerGUI/Application/src/mainwindow.cpp b/ElmerGUI/Application/src/mainwindow.cpp index 4444a555f9..6c516abbdd 100644 --- a/ElmerGUI/Application/src/mainwindow.cpp +++ b/ElmerGUI/Application/src/mainwindow.cpp @@ -5279,8 +5279,8 @@ int checkStlForAscii(const char * filename) //----------------------------------------------------------------------------- void MainWindow::remeshSlot() { if (activeGenerator == GEN_UNKNOWN) { - logMessage("Unable to (re)mesh: no input data or mesh generator (please " - "make sure that your input file suffix is in lower case)"); + logMessage("Unable to (re)mesh: no input data or mesh generator. Allowed: " + "smesh, poly, off, ply, mesh, stl, grd, FDNEUT, msh, mphtxt, inp, unv, plt, in2d"); return; }