plugins: Use title case for menu label of Histogram Export plug-in
This commit is contained in:
parent
5db2c11ced
commit
a082e9cc58
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue