src/pyams_content/component/illustration/interfaces/__init__.py
changeset 363 86d1a240d4dc
parent 352 a84cf36e9d1b
child 393 23596d06c24a
equal deleted inserted replaced
362:8fc21a7ef206 363:86d1a240d4dc
    90 
    90 
    91     filename = TextLine(title=_("Save file as..."),
    91     filename = TextLine(title=_("Save file as..."),
    92                         description=_("Name under which the file will be saved"),
    92                         description=_("Name under which the file will be saved"),
    93                         required=False)
    93                         required=False)
    94 
    94 
    95     renderer = Choice(title=_("Image style"),
    95     renderer = Choice(title=_("Illustration template"),
       
    96                       description=_("Presentation template used for illustration"),
    96                       vocabulary='PyAMS illustration renderers')
    97                       vocabulary='PyAMS illustration renderers')
    97 
    98 
    98     language = Choice(title=_("Language"),
    99     language = Choice(title=_("Language"),
    99                       description=_("File's content language"),
   100                       description=_("File's content language"),
   100                       vocabulary="PyAMS base languages",
   101                       vocabulary="PyAMS base languages",