diff --git a/plug-ins/python/histogram-export.py b/plug-ins/python/histogram-export.py index 2a6d37b273..eb8c42d420 100644 --- a/plug-ins/python/histogram-export.py +++ b/plug-ins/python/histogram-export.py @@ -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")