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

svn: r20631
This commit is contained in:
Jérôme Rapinat 2012-11-05 08:24:09 +00:00
parent bdb2e632a4
commit 2d042b0025

View File

@ -849,7 +849,7 @@ class GeoGraphyView(OsmGps, 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: