mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Fix .more-fields string
This commit is contained in:
@@ -227,6 +227,7 @@ en:
|
||||
way: Way
|
||||
relation: Relation
|
||||
location: Location
|
||||
add_fields: Add additional fields
|
||||
background:
|
||||
title: Background
|
||||
description: Background settings
|
||||
|
||||
Vendored
+2
-1
@@ -278,7 +278,8 @@
|
||||
"node": "Node",
|
||||
"way": "Way",
|
||||
"relation": "Relation",
|
||||
"location": "Location"
|
||||
"location": "Location",
|
||||
"add_fields": "Add additional fields"
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
|
||||
+1
-1
@@ -170,7 +170,7 @@ iD.ui.preset = function(context) {
|
||||
$more.enter().append('div')
|
||||
.attr('class', 'more-fields')
|
||||
.append('label')
|
||||
.text('Add additional fields');
|
||||
.text(t('inspector.add_fields'));
|
||||
|
||||
var $input = $more.selectAll('.value')
|
||||
.data([0]);
|
||||
|
||||
Reference in New Issue
Block a user