Gimp.Procedure.prototype.set_menu_label

function set_menu_label(menu_label: String): void {
    // Gjs wrapper for gimp_procedure_set_menu_label()
}
  

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

Plug-ins are responsible for their own translations. You are expected to send localized strings to GIMP if your plug-in is internationalized.

Since 3.0

menu_label

The procedure's menu label.