mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 17:16:17 +00:00
main-window: Fix the action name for the about dialog
This commit is contained in:
parent
373465cc2c
commit
241909c942
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@
|
||||||
<object class="GtkModelButton">
|
<object class="GtkModelButton">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="text" translatable="yes">_About Calls</property>
|
<property name="text" translatable="yes">_About Calls</property>
|
||||||
<property name="action-name">app.about</property>
|
<property name="action-name">win.about</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue