Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/source/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down