Changing the information spat out while printing from media types->plugins
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Jul 2013 19:16:47 +0000 (14:16 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Jul 2013 19:16:47 +0000 (14:16 -0500)
Previously it called even plugins media types.  Ha!

This commit sponsored by Jon Merkley.  Thank you!

mediagoblin/db/migration_tools.py

index c0c7e9981e717329262bcbcbd79682fce79150e4..aa22ef94525a79204bd7c5edc2951ca8d5899a95 100644 (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):
         """