This commit is contained in:
Martin Rotter 2025-05-12 09:20:12 +02:00
parent 9547510ffe
commit f098a560f1

View file

@ -213,8 +213,8 @@ void FormStandardImportExport::selectExportFile(bool without_dialog) {
} }
void FormStandardImportExport::selectImportFile() { void FormStandardImportExport::selectImportFile() {
const QString filter_opml20 = tr("OPML 2.0 files (*.opml *.xml)"); const QString filter_opml20 = tr("OPML 2.0 files (*.opml *.xml)").trimmed();
const QString filter_txt_url_per_line = tr("TXT files [one URL per line] (*.txt)"); const QString filter_txt_url_per_line = tr("TXT files [one URL per line] (*.txt)").trimmed();
QString filter; QString filter;
QString selected_filter; QString selected_filter;