i18n for geolocate

This commit is contained in:
John Firebaugh
2013-02-12 16:11:22 -08:00
parent b9860f222f
commit 8d0225e938
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ iD.ui.Geolocate = function(map) {
var button = selection.append('button')
.attr('tabindex', -1)
.attr('title', 'Show My Location')
.attr('title', t('geolocate.title'))
.on('click', click)
.call(bootstrap.tooltip()
.placement('right'));
+4
View File
@@ -168,6 +168,10 @@ locale.en = {
no_results: "Couldn't locate a place named '{name}'"
},
geolocate: {
title: "Show My Location"
},
description: "Description",
logout: "logout",