mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 13:25:35 +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
(cherry picked from commit b36725c69b
)
This commit is contained in:
parent
f3ddb0a177
commit
29266afacc
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