mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:23:54 +02:00
Use correct icon for metadata download preferences
This commit is contained in:
parent
ccc52ba308
commit
b91f42ac8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1173,7 +1173,7 @@ class Server(PreferencesPlugin):
|
|||
|
||||
class MetadataSources(PreferencesPlugin):
|
||||
name = 'Metadata download'
|
||||
icon = I('metadata.png')
|
||||
icon = I('download-metadata.png')
|
||||
gui_name = _('Metadata download')
|
||||
category = 'Sharing'
|
||||
gui_category = _('Sharing')
|
||||
|
|
|
|||
Loading…
Reference in a new issue