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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user