1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-05 19:15:32 +00:00

history-header-bar: Change "About" to "About Calls"

As a part of GNOME's initiative to move menus, "About" should be "About $APP_NAME" rather than "About".

See https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement#guidelines for reference
This commit is contained in:
Christopher Davis 2019-02-19 23:08:24 -05:00
parent ee126b3660
commit e0123e400e

View file

@ -68,7 +68,7 @@
<child>
<object class="GtkModelButton">
<property name="can_focus">True</property>
<property name="text" translatable="yes">About</property>
<property name="text" translatable="yes">About Calls</property>
<property name="action-name">win.about</property>
<property name="visible">True</property>
</object>