From f63246417c9a602288dfdb95a2e3774d1b464b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 5 Nov 2012 08:20:53 +0000 Subject: [PATCH] 6158: typo, do not display a random place title on warning dialog svn: r20630 --- src/plugins/lib/maps/geography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/maps/geography.py b/src/plugins/lib/maps/geography.py index dc8d2bc47..b8aee6026 100644 --- a/src/plugins/lib/maps/geography.py +++ b/src/plugins/lib/maps/geography.py @@ -983,7 +983,7 @@ class GeoGraphyView(osmGpsMap, NavigationView): "The following places are similar : %(gid)s\n" "Eiher you rename the places either you merge them." "\n\nI can't proceed your request.\n") % { - 'title': plce.get_title(), + 'title': place.get_title(), 'gid': gids} ) else: