typo on translation strings
svn: r11938
This commit is contained in:
@ -9122,8 +9122,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkComboBox" id="display_as">
|
<widget class="GtkComboBox" id="display_as">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="items" translatable="yes">
|
<property name="items" translatable="yes"></property>
|
||||||
</property>
|
|
||||||
<property name="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
@ -13081,8 +13080,7 @@ Very High</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkComboBox" id="temple">
|
<widget class="GtkComboBox" id="temple">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="items" translatable="yes">
|
<property name="items" translatable="yes"></property>
|
||||||
</property>
|
|
||||||
<property name="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
@ -13210,8 +13208,7 @@ Very High</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkComboBox" id="status">
|
<widget class="GtkComboBox" id="status">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="items" translatable="yes">
|
<property name="items" translatable="yes"></property>
|
||||||
</property>
|
|
||||||
<property name="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
@ -13351,8 +13348,7 @@ Very High</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkComboBox" id="type">
|
<widget class="GtkComboBox" id="type">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="items" translatable="yes">
|
<property name="items" translatable="yes"></property>
|
||||||
</property>
|
|
||||||
<property name="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -74,7 +74,7 @@ def run(database, document, date):
|
|||||||
stab.row(person, birth_str)
|
stab.row(person, birth_str)
|
||||||
stab.row_sort_val(1, diff_span)
|
stab.row_sort_val(1, diff_span)
|
||||||
matches += 1
|
matches += 1
|
||||||
sdoc.paragraph("\n%d matches.\n" % matches)
|
sdoc.paragraph(_("\n%d matches.\n") % matches)
|
||||||
stab.write(sdoc)
|
stab.write(sdoc)
|
||||||
sdoc.paragraph("")
|
sdoc.paragraph("")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user