settings.ui: Use correct app name for primary menu

When switching over to the primary menu, the wrong app name was used by accident.

This commit fixes that.
This commit is contained in:
Christopher Davis
2019-10-27 12:37:55 -07:00
committed by Julian Sparber
parent 87210a9849
commit cd05cf042f

View File

@@ -243,7 +243,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="action_name">app.about</property>
<property name="text" translatable="yes">_About Fragments</property>
<property name="text" translatable="yes">_About Teleport</property>
</object>
<packing>
<property name="expand">False</property>