plugins: Use title case for menu label of Histogram Export plug-in

This commit is contained in:
Sabri Ünal 2025-10-12 22:02:57 +03:00 committed by Bruno
parent 5db2c11ced
commit a082e9cc58

View file

@ -213,7 +213,7 @@ class HistogramExport(Gimp.PlugIn):
_("Exports the image histogram to a text file (CSV)"),
globals()["__doc__"], # This includes the docstring, on the top of the file
name)
procedure.set_menu_label(_("_Export histogram..."))
procedure.set_menu_label(_("_Export Histogram..."))
procedure.set_attribution("João S. O. Bueno",
"(c) GPL V3.0 or later",
"2014")