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()
|
||||
count = 0
|
||||
found = "inconnu"
|
||||
found = _("Unknown")
|
||||
if event.keyval == KEY_TAB:
|
||||
for place in self.plist:
|
||||
if prefix in place[0].lower():
|
||||
|
Loading…
Reference in New Issue
Block a user