Correct the Config name.

bzr-revno: 359
This commit is contained in:
Tim Bentley 2009-03-02 22:36:06 +00:00
parent 2faca83bd9
commit 67ec9c9ee5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class BiblePlugin(Plugin, PluginUtils):
def __init__(self):
# Call the parent constructor
Plugin.__init__(self, 'Bible', '1.9.0')
Plugin.__init__(self, 'Bibles', '1.9.0')
self.weight = -9
# Create the plugin icon
self.icon = QtGui.QIcon()