<?xml version="1.0"?>
<interface>
    <menu id="primary_menu">
        <section>
            <item>
                <attribute name="label" translatable="yes">_Preferences</attribute>
                <attribute name="action">app.preferences</attribute>
            </item>
            <item>
                <attribute name="label" translatable="yes">_Open Log File</attribute>
                <attribute name="action">app.open_log_file</attribute>
            </item>
            <item>
                <attribute name="label" translatable="yes">_Show tutorial</attribute>
                <attribute name="action">app.open_welcome_screen</attribute>
            </item>
            <item>
                <attribute name="label" translatable="yes">_About Gear lever</attribute>
                <attribute name="action">app.about</attribute>
            </item>
        </section>
    </menu>
</interface>