# HG changeset patch # User Sylvain Thénault # Date 1286812821 -7200 # Node ID cc091175d3dae5b2fdd238c0c1bf7b04dda05cbf # Parent a5bed0cd3956ab39c5a3f488a109b1693872361e [c-c i18ncube] proper command class name diff -r a5bed0cd3956 -r cc091175d3da 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,