Change data to metadata
This commit is contained in:
parent
92e2cb42e8
commit
c3892082f5
@ -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!
|
||||
"""
|
||||
#
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user