mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +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:
parent
386cb3e906
commit
b36725c69b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue