Gimp.Procedure.set_menu_label

@accepts(Gimp.Procedure, unicode)
@returns(none)
def set_menu_label(self, menu_label):
    # Python wrapper for gimp_procedure_set_menu_label()
  

Sets the label to use for the self's menu entry, The location(s) where to register in the menu hierarchy is chosen using Gimp.Procedure.add_menu_path.

For translations of menu labels to work properly, menu_label should only be marked for translation but passed to this function untranslated, for example using N_("Label"). GIMP will look up the translation in the textdomain registered for the plug-in.

Since 3.0

self

A Gimp.Procedure.

menu_label

The self's menu label.