1
0
mirror of https://github.com/ciromattia/kcc synced 2026-01-30 00:47:37 +00:00

rename comicinfotitle to metadata title

This commit is contained in:
Alex Xu
2025-08-26 14:43:15 -07:00
parent 26f0bf9989
commit 9c69a6fdcc
6 changed files with 35 additions and 35 deletions

View File

@@ -585,12 +585,12 @@
</widget>
</item>
<item row="7" column="0">
<widget class="QCheckBox" name="comicinfoTitleBox">
<widget class="QCheckBox" name="metadataTitleBox">
<property name="toolTip">
<string>Write Title from ComicInfo.xml</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Write Title from ComicInfo.xml or other embedded metadata.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>ComicInfo Title</string>
<string>Metadata Title</string>
</property>
</widget>
</item>