Change auto-identfy message to point users to the auto-tag assume 1 option

This commit is contained in:
Mizaki 2023-06-08 01:18:46 +01:00
parent a912c7392b
commit 122bdf7eb1

View File

@ -1017,7 +1017,10 @@ class TaggerWindow(QtWidgets.QMainWindow):
# Only need this check is the source has issue level data.
if autoselect and issue_number == "":
QtWidgets.QMessageBox.information(
self, "Automatic Identify Search", "Can't auto-identify without an issue number (yet!)"
self,
"Automatic Identify Search",
"Can't auto-identify without an issue number. The auto-tag function has the 'If no issue number, "
'assume "1"\' option if desired.',
)
return