diff --git a/src/source/mainwindow.cpp b/src/source/mainwindow.cpp index 38899eb5..d7f0e81b 100644 --- a/src/source/mainwindow.cpp +++ b/src/source/mainwindow.cpp @@ -2118,6 +2118,10 @@ void MainWindow::showErrorMessage(FailureInfo fFailureInfo, ErrorInfo eErrorInfo m_pFailurePage->setFailureDetail(tr("No compression support in current directory. Download the files to a local device.")); } break; + case EI_LongFileName: { + m_pFailurePage->setFailureDetail(tr("The file name is too long. Keep the name within 60 characters please.")); + } + break; default: break; }