1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-30 15:49:31 +00:00

Switcher: symbolic icons, label capitalization

This commit is contained in:
Tobias Bernard 2019-07-03 14:55:09 +02:00
parent 65f1e4812b
commit aee2b247ca
3 changed files with 4 additions and 4 deletions

View file

@ -246,7 +246,7 @@ constructed (GObject *object)
/* Add new call box */
new_call_box = calls_new_call_box_new (self->provider);
gtk_stack_add_titled (self->main_stack, GTK_WIDGET (new_call_box),
"dial-pad", _("Dial pad"));
"dial-pad", _("Dial Pad"));
gtk_container_child_set (GTK_CONTAINER (self->main_stack),
GTK_WIDGET (new_call_box),
"icon-name", "input-dialpad-symbolic",

View file

@ -267,7 +267,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_bottom">4</property>
<property name="label" translatable="yes">Dial pad</property>
<property name="label" translatable="yes">Dial Pad</property>
</object>
</child>
</object>

View file

@ -84,7 +84,7 @@
<packing>
<property name="name">recent</property>
<property name="title" translatable="yes">Recent</property>
<property name="icon_name">document-open-recent</property>
<property name="icon_name">document-open-recent-symbolic</property>
</packing>
</child>
<child>
@ -95,7 +95,7 @@
<packing>
<property name="name">contacts</property>
<property name="title" translatable="yes">Contacts</property>
<property name="icon_name">system-users</property>
<property name="icon_name">system-users-symbolic</property>
</packing>
</child>
</object>