You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eprint(f'\n{Font.warning}* {Font.warning_bold}{key}{Font.warning} should be a parent, but is set as a clone of\n{Font.warning_bold}{values["assigned_clone"]}{Font.warning}{Font.end}')
1462
-
eprint(f'\n{Font.warning}This likely isn\'t an issue, and just a side effect of region and language settings.{Font.end}')
1488
+
eprint(f'\n{Font.warning}Sometimes this can happen because there\'s a duplicate entry in the clone list.\nOther times it\'s just a side effect of region and language settings.{Font.end}')
1463
1489
1464
1490
ifvalues['clones']:
1465
1491
eprint(f'\n{Font.warning}Titles that have {Font.warning_bold}{key}{Font.warning} as a parent:{Font.end}\n')
"that lists what titles have been kept, and what\n"
3420
3421
"titles have been removed", None))
3421
3422
#endif // QT_CONFIG(tooltip)
3422
-
self.checkBoxGlobalOptionsKeepRemove.setText(QCoreApplication.translate("MainWindow", u"Also output lists of what titles have been kept and removed", None))
3423
+
self.checkBoxGlobalOptionsKeepRemove.setText(QCoreApplication.translate("MainWindow", u"Also output a list of what titles have been kept and removed", None))
3423
3424
#if QT_CONFIG(tooltip)
3424
3425
self.checkBoxGlobalOptions1G1RNames.setToolTip(QCoreApplication.translate("MainWindow", u"In addition to the output DAT file, produce a TXT file that lists only\n"
3425
3426
"the name of each title in the output DAT file, and optionally add a prefix\n"
"that lists what titles have been kept, and what\n"
3781
3782
"titles have been removed", None))
3782
3783
#endif // QT_CONFIG(tooltip)
3783
-
self.checkBoxSystemOptionsKeepRemove.setText(QCoreApplication.translate("MainWindow", u"Also output lists of what titles have been kept and removed", None))
3784
+
self.checkBoxSystemOptionsKeepRemove.setText(QCoreApplication.translate("MainWindow", u"Also output a list of what titles have been kept and removed", None))
3784
3785
#if QT_CONFIG(tooltip)
3785
3786
self.checkBoxSystemOptions1G1RNames.setToolTip(QCoreApplication.translate("MainWindow", u"In addition to the output DAT file, produce a TXT file that lists only\n"
3786
3787
"the name of each title in the output DAT file, and optionally add a prefix\n"
0 commit comments