Remove context into glade file
Gramps (python) is not ready for supporting msgctxt for now
This commit is contained in:
parent
aaba2ec347
commit
b884dc0e4c
@ -180,7 +180,7 @@
|
||||
<object class="UndoableEntry" id="value">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="tooltip_text" translatable="yes" context="place">The name of the place.</property>
|
||||
<property name="tooltip_text" translatable="yes">The name of the place.</property>
|
||||
<property name="hexpand">True</property>
|
||||
<property name="invisible_char">●</property>
|
||||
</object>
|
||||
|
@ -440,7 +440,7 @@ primary data for the merged place.</property>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkRadioButton" id="name_btn2">
|
||||
<property name="label" translatable="yes" context="place">Name:</property>
|
||||
<property name="label" translatable="yes">Name:</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">False</property>
|
||||
|
Loading…
Reference in New Issue
Block a user