--- 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,