From: Christopher Allan Webber Date: Fri, 12 Jul 2013 19:16:47 +0000 (-0500) Subject: Changing the information spat out while printing from media types->plugins X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=003ea47499a3f4ed0be2d5ad49e7a0ce8bb62278;p=mediagoblin.git 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! --- diff --git a/mediagoblin/db/migration_tools.py b/mediagoblin/db/migration_tools.py index c0c7e998..aa22ef94 100644 --- a/mediagoblin/db/migration_tools.py +++ b/mediagoblin/db/migration_tools.py @@ -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): """