[c-c i18ncube] proper command class name
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 11 Oct 2010 18:00:21 +0200
changeset 6444 cc091175d3da
parent 6443 a5bed0cd3956
child 6445 980f4415baab
[c-c i18ncube] proper command class name
devtools/devctl.py
--- a/devtools/devctl.py	Mon Oct 11 17:59:58 2010 +0200
+++ b/devtools/devctl.py	Mon Oct 11 18:00:21 2010 +0200
@@ -347,7 +347,7 @@
         print 'when you are done, run "cubicweb-ctl i18ncube yourcube".'
 
 
-class UpdateTemplateCatalogCommand(Command):
+class UpdateCubeCatalogCommand(Command):
     """Update i18n catalogs for cubes. If no cube is specified, update
     catalogs of all registered cubes.
     """
@@ -784,7 +784,7 @@
         print make_qunit_html(args[0], args[1:])
 
 for cmdcls in (UpdateCubicWebCatalogCommand,
-               UpdateTemplateCatalogCommand,
+               UpdateCubeCatalogCommand,
                #LiveServerCommand,
                NewCubeCommand,
                ExamineLogCommand,