Change data to metadata

This commit is contained in:
Mizaki 2023-06-02 00:37:58 +01:00
parent 92e2cb42e8
commit c3892082f5
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
"""A PyQt5 widget to display cover images
Display cover images from either a local archive, or from comic source.
Display cover images from either a local archive, or from comic source metadata.
TODO: This should be re-factored using subclasses!
"""
#

View File

@ -276,7 +276,7 @@
<item row="2" column="0">
<widget class="QCheckBox" name="cbxClearFormBeforePopulating">
<property name="text">
<string>Clear form before importing comic data</string>
<string>Clear form before importing comic metadata</string>
</property>
</widget>
</item>

View File

@ -1,4 +1,4 @@
"""A python class to manage caching of data from comic sources"""
"""A python class to manage caching of metadata from comic sources"""
#
# Copyright 2012-2014 ComicTagger Authors
#