Update translations

This commit is contained in:
Luis Ángel San Martín
2024-01-27 13:17:46 +01:00
parent ccd8eae76c
commit a591305397
36 changed files with 1320 additions and 1122 deletions

View File

@ -176,7 +176,7 @@ QWidget *OptionsDialog::createGeneralTab()
auto comicInfoXMLBox = new QGroupBox(tr("ComicInfo.xml legacy support"));
comicInfoXMLCheckbox = new QCheckBox(tr("Import metada from ComicInfo.xml when adding new comics"));
comicInfoXMLCheckbox = new QCheckBox(tr("Import metadata from ComicInfo.xml when adding new comics"));
connect(comicInfoXMLCheckbox, &QCheckBox::clicked, this,
[=](bool checked) {
settings->setValue(IMPORT_COMIC_INFO_XML_METADATA, checked);