Improve CSV import when title field isn't specified

* Fixes #10433
This commit is contained in:
Jonathan White 2024-06-01 15:24:55 -04:00
parent 3662f6aa77
commit f80e79f71a
4 changed files with 35 additions and 6 deletions

View file

@ -1391,6 +1391,15 @@ Do you want to overwrite the passkey in %1 - %2?</source>
<source>Imported from CSV file: %1</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>No Title Selected</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>No title column was selected, entries will be hard to tell apart.
Are you sure you want to import?</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>CsvParserModel</name>