The plugin has to do
get_icons('images/icon.png', 'Send To Kindle')
and in your icon theme, there needs to exist the file
Send To Kindle/images/icon.pg
then it will work. From the screenshot you posted, the plugin is using
_(self.name) which will result in a translated version of the plugins name, which could be anything, depending on the users calibre UI language.
|