6158: typo, do not display a random place title on warning dialog

svn: r20630
This commit is contained in:
Jérôme Rapinat 2012-11-05 08:20:53 +00:00
parent d0c2654a41
commit f63246417c

View File

@ -983,7 +983,7 @@ class GeoGraphyView(osmGpsMap, NavigationView):
"The following places are similar : %(gid)s\n" "The following places are similar : %(gid)s\n"
"Eiher you rename the places either you merge them." "Eiher you rename the places either you merge them."
"\n\n<b>I can't proceed your request</b>.\n") % { "\n\n<b>I can't proceed your request</b>.\n") % {
'title': plce.get_title(), 'title': place.get_title(),
'gid': gids} 'gid': gids}
) )
else: else: