devtools/devctl.py
changeset 10301 729f36a1bcfa
parent 10214 88f60d4b9952
parent 10229 512ba8f37bd4
child 10308 3f94034cc972
equal deleted inserted replaced
10276:ffb269e60348 10301:729f36a1bcfa
   165             add_msg(w, etype)
   165             add_msg(w, etype)
   166             add_msg(w, '%s_plural' % etype)
   166             add_msg(w, '%s_plural' % etype)
   167             if not eschema.final:
   167             if not eschema.final:
   168                 add_msg(w, 'This %s:' % etype)
   168                 add_msg(w, 'This %s:' % etype)
   169                 add_msg(w, 'New %s' % etype)
   169                 add_msg(w, 'New %s' % etype)
       
   170                 add_msg(w, 'add a %s' % etype) # AddNewAction
   170                 if libconfig is not None:  # processing a cube
   171                 if libconfig is not None:  # processing a cube
   171                     # As of 3.20.3 we no longer use it, but keeping this string
   172                     # As of 3.20.3 we no longer use it, but keeping this string
   172                     # allows developers to run i18ncube with new cubicweb and still
   173                     # allows developers to run i18ncube with new cubicweb and still
   173                     # have the right translations at runtime for older versions
   174                     # have the right translations at runtime for older versions
   174                     add_msg(w, 'This %s' % etype)
   175                     add_msg(w, 'This %s' % etype)