wrong string and translation issue
svn: r11888
This commit is contained in:
parent
ad361362b5
commit
28f4651f2b
@ -1360,7 +1360,7 @@ class GeoView(HtmlView):
|
||||
latitude, longitude = conv_lat_lon(latitude, longitude, "D.D8")
|
||||
descr = place.get_title()
|
||||
if comment:
|
||||
descr1= _("%(comment) : death place.") % {
|
||||
descr1= _("%(comment)s : death place.") % {
|
||||
'comment': comment}
|
||||
else:
|
||||
descr1=_("death place.")
|
||||
|
@ -222,7 +222,7 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label445">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><b> - </b> </property>
|
||||
<property name="label" translatable="no"><b> - </b> </property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
@ -415,7 +415,7 @@ Unknown</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label446">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"> :</property>
|
||||
<property name="label" translatable="no"> :</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
@ -500,7 +500,7 @@ Unknown</property>
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label447">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"> :</property>
|
||||
<property name="label" translatable="no"> :</property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="use_markup">False</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
|
Loading…
Reference in New Issue
Block a user