6158: typo, do not display a random place title on warning dialog
svn: r20630
This commit is contained in:
parent
d0c2654a41
commit
f63246417c
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user