diff --git a/src/source/mainwindow.cpp b/src/source/mainwindow.cpp index dbb907bf..0f41d59f 100644 --- a/src/source/mainwindow.cpp +++ b/src/source/mainwindow.cpp @@ -2333,6 +2333,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; }