Merge branch 'tooltip' of https://github.com/vershwal/iD into vershwal-tooltip

This commit is contained in:
Bryan Housel
2018-03-15 14:30:25 -04:00
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
en:
icons:
information: info
modes:
add_area:
title: Area
+3
View File
@@ -1,5 +1,8 @@
{
"en": {
"icons": {
"information": "info"
},
"modes": {
"add_area": {
"title": "Area",
+1
View File
@@ -157,6 +157,7 @@ export function uiTagReference(tag) {
_button = _button.enter()
.append('button')
.attr('class', 'tag-reference-button')
.attr('title', t('icons.information'))
.attr('tabindex', -1)
.call(svgIcon('#icon-inspect'))
.merge(_button);