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

selector-item: Name label does not need to be translatable

The code will set a name here, so the label as in the ui file will never be
shown in the running application.

Closes #338
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-10-18 17:04:14 +02:00
parent 386cb3e906
commit b36725c69b

View file

@ -28,7 +28,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_left">3</property>
<property name="label" translatable="yes">+441234567890</property>
<property name="label">+441234567890</property>
</object>
<packing>
<property name="expand">True</property>