Use correct icon for metadata download preferences

This commit is contained in:
Kovid Goyal 2015-08-26 18:17:50 +05:30
parent ccc52ba308
commit b91f42ac8d

View File

@ -1173,7 +1173,7 @@ class Server(PreferencesPlugin):
class MetadataSources(PreferencesPlugin): class MetadataSources(PreferencesPlugin):
name = 'Metadata download' name = 'Metadata download'
icon = I('metadata.png') icon = I('download-metadata.png')
gui_name = _('Metadata download') gui_name = _('Metadata download')
category = 'Sharing' category = 'Sharing'
gui_category = _('Sharing') gui_category = _('Sharing')