Fixed so that Replace '%(map)s' by => works in translation.

svn: r17288
This commit is contained in:
Peter Landgren 2011-04-27 06:27:33 +00:00
parent 88e8e28abf
commit b7bedc24f1

View File

@ -272,9 +272,9 @@ class GeoGraphyView(osmGpsMap, NavigationView):
menu.append(add_item)
map_name = constants.map_title[config.get("geography.map_service")]
title = _("Replace '%(map)s' by =>" % {
title = _("Replace '%(map)s' by =>") % {
'map' : map_name
})
}
add_item = gtk.MenuItem(title)
add_item.show()
menu.append(add_item)