menus: fix Plug-In CamelCase

Followup to 34af64b70f

The menu definition in image-menu.ui.in.in didn't have the same
capitalization as in the plug-ins that uses it, so it was never
used, and would never be shown translated.
This commit is contained in:
Anders Jonsson 2024-08-25 21:44:58 +02:00 committed by Jehan
parent c2888b63ee
commit bbb1607107
1 changed files with 1 additions and 1 deletions

View File

@ -843,7 +843,7 @@
<submenu>
<attribute name="label" translatable="yes" context="filters-action">De_velopment</attribute>
<submenu>
<attribute name="label" translatable="yes" context="filters-action">Plug-in _Examples</attribute>
<attribute name="label" translatable="yes" context="filters-action">Plug-In _Examples</attribute>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="filters-action">_Python-Fu</attribute>