menus: Rearrange Help menu

Moves "About Gimp" to end of menu to match common UX.
User Manual is also moved right after the Context Help option as
they are related items.
This commit is contained in:
Alx Sa 2023-08-20 13:02:27 +00:00
parent 05b808b095
commit dc50bf0601

View file

@ -882,8 +882,10 @@
<section>
<item><attribute name="action">app.help-help</attribute></item>
<item><attribute name="action">app.help-context-help</attribute></item>
<submenu>
<attribute name="label" translatable="yes" context="help-action">_User Manual</attribute>
</submenu>
<item><attribute name="action">app.dialogs-tips</attribute></item>
<item><attribute name="action">app.dialogs-about</attribute></item>
<item><attribute name="action">app.dialogs-welcome</attribute></item>
</section>
<section>
@ -892,12 +894,12 @@
<section>
<attribute name="section-name" translatable="no">Programming</attribute>
</section>
<submenu>
<attribute name="label" translatable="yes" context="help-action">_GIMP Online</attribute>
</submenu>
<submenu>
<attribute name="label" translatable="yes" context="help-action">_User Manual</attribute>
</submenu>
<section>
<submenu>
<attribute name="label" translatable="yes" context="help-action">_GIMP Online</attribute>
</submenu>
<item><attribute name="action">app.dialogs-about</attribute></item>
</section>
</submenu>
</menu>
</interface>