Update python-fu-removebg.py

This commit is contained in:
Maniu
2025-05-28 19:38:16 +02:00
committed by GitHub
parent a30bba7907
commit 5a47832ad3

View File

@@ -41,7 +41,7 @@ class PythonRemoveBG(Gimp.PlugIn):
procedure.set_documentation (_("Remove Background AI"),
_("Remove Background AI"),
name)
procedure.set_menu_label(_("RemoveBG.."))
procedure.set_menu_label(_("RemoveBG"))
procedure.set_attribution("MP",
"(c) GPL V3.0 or later",
"2024-2025")