From 81e613413991cc080574bb9cdb7bef3e3f68bbf7 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 30 Dec 2011 14:12:58 -0600 Subject: [PATCH] Make plugin name consistent. --- calibre-plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 1d81db9..cde5afc 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -21,7 +21,7 @@ class InterfacePluginDemo(InterfaceActionBase): The reason for having two classes is that it allows the command line calibre utilities to run without needing to load the GUI libraries. ''' - name = 'FanFictionDownLoader Plugin' + name = 'FanFictionDownLoader' description = 'UI plugin to download FanFiction stories from various sites.' supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller'