Fixed so that Replace '%(map)s' by => works in translation.
svn: r17289
This commit is contained in:
parent
8e9ffb2eb3
commit
c8b4d59ddb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user