devtools/devctl.py
changeset 10217 75cd7df5c32e
parent 9543 39f981482e34
child 10229 512ba8f37bd4
equal deleted inserted replaced
10197:7c732d2abbc1 10217:75cd7df5c32e
   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 eschema.description and not eschema.description in done:
   171             if eschema.description and not eschema.description in done:
   171                 done.add(eschema.description)
   172                 done.add(eschema.description)
   172                 add_msg(w, eschema.description)
   173                 add_msg(w, eschema.description)
   173         if eschema.final:
   174         if eschema.final:
   174             continue
   175             continue