diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-04-09 23:06:32 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-04-09 23:06:32 +0200 |
commit | b9018bff1b56e16942075600109f9b8ad5443ed0 (patch) | |
tree | ea41851792d547dccee8483e7b57838a3ba41448 | |
parent | 16406592b68d900da9b192188e09beee4006ad25 (diff) |
Rearrange items in Help menu
-rw-r--r-- | data/menu-bar.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/menu-bar.ui b/data/menu-bar.ui index 175868b..84ad5c9 100644 --- a/data/menu-bar.ui +++ b/data/menu-bar.ui @@ -154,13 +154,13 @@ <attribute name='label' translatable='yes'>Help</attribute> <section> <item> - <attribute name='label'>About</attribute> - <attribute name='action'>app.about</attribute> - </item> - <item> <attribute name='label'>Basic introduction</attribute> <attribute name='action'>app.intro</attribute> </item> + <item> + <attribute name='label'>About</attribute> + <attribute name='action'>app.about</attribute> + </item> </section> </submenu> |