devtools/devctl.py
changeset 10229 512ba8f37bd4
parent 10174 7e1c8fb9c407
parent 10217 75cd7df5c32e
child 10301 729f36a1bcfa
equal deleted inserted replaced
10219:eacb8ea38bf5 10229:512ba8f37bd4
   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)