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:
Leonhaeuser
2015-03-23 11:59:59 +01:00
parent 9ff34f2934
commit 57a367e8c4
3 changed files with 156 additions and 66 deletions

View File

@@ -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>