Fixed 0008456: Translation string missing in Not Related tool for help and close button
made _Close _Apply and _Help translateable in notrelated.glade and updated gramps.pot and de.po
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<property name="layout_style">end</property>
|
||||
<child>
|
||||
<object class="GtkButton" id="close">
|
||||
<property name="label">_Close</property>
|
||||
<property name="label" translatable="yes">_Close</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
@@ -37,7 +37,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="help">
|
||||
<property name="label">_Help</property>
|
||||
<property name="label" translatable="yes">_Help</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
@@ -146,7 +146,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton" id="tagapply">
|
||||
<property name="label">_Apply</property>
|
||||
<property name="label" translatable="yes">_Apply</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
|
||||
Reference in New Issue
Block a user