forked from openlp/openlp
Stray config item under image instead of images
This commit is contained in:
parent
94fc7fba2b
commit
21882cd15d
@ -31,7 +31,7 @@ class ImageTab(SettingsTab):
|
||||
ImageTab is the Image settings tab in the settings dialog.
|
||||
"""
|
||||
def __init__(self):
|
||||
SettingsTab.__init__(self, translate(u'ImageTab', u'Images'), u'Image')
|
||||
SettingsTab.__init__(self, translate(u'ImageTab', u'Images'), u'Images')
|
||||
|
||||
def setupUi(self):
|
||||
self.setObjectName(u'ImageTab')
|
||||
|
Loading…
Reference in New Issue
Block a user