From a702281fb6e7e9bb59b19c043fda02bd1b0841ed Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 6 Feb 2019 15:56:12 -0500 Subject: [PATCH] Add "remove" tooltip to raw tag editor remove button --- modules/ui/raw_tag_editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/raw_tag_editor.js b/modules/ui/raw_tag_editor.js index 6e3cac6e5..50b37de57 100644 --- a/modules/ui/raw_tag_editor.js +++ b/modules/ui/raw_tag_editor.js @@ -145,6 +145,7 @@ export function uiRawTagEditor(context) { .append('button') .attr('tabindex', -1) .attr('class', 'form-field-button remove') + .attr('title', t('icons.remove')) .call(svgIcon('#iD-operation-delete'));