GeoView : bad word not translatable.
svn: r14558
This commit is contained in:
parent
c79c29ec9a
commit
90dc718dd0
@ -640,7 +640,7 @@ class GeoView(HtmlView):
|
|||||||
"""
|
"""
|
||||||
prefix = widget.get_text().lower()
|
prefix = widget.get_text().lower()
|
||||||
count = 0
|
count = 0
|
||||||
found = "inconnu"
|
found = _("Unknown")
|
||||||
if event.keyval == KEY_TAB:
|
if event.keyval == KEY_TAB:
|
||||||
for place in self.plist:
|
for place in self.plist:
|
||||||
if prefix in place[0].lower():
|
if prefix in place[0].lower():
|
||||||
|
Loading…
Reference in New Issue
Block a user