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:
committed by
Julian Sparber
parent
87210a9849
commit
cd05cf042f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user