Changing the information spat out while printing from media types->plugins

Previously it called even plugins media types.  Ha!

This commit sponsored by Jon Merkley.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-07-12 14:16:47 -05:00
parent c81186dd2e
commit 003ea47499

View File

@ -175,8 +175,7 @@ class MigrationManager(object):
if self.name == u'__main__':
return u"main mediagoblin tables"
else:
# TODO: Use the friendlier media manager "human readable" name
return u'media type "%s"' % self.name
return u'plugin "%s"' % self.name
def init_or_migrate(self):
"""