mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
no need for label on more fields anymore, added note field.
This commit is contained in:
@@ -144,7 +144,6 @@ en:
|
||||
results: "{n} results for {search}"
|
||||
reference: View on OpenStreetMap Wiki →
|
||||
back_tooltip: Change feature type
|
||||
show_additional: Show additional fields
|
||||
background:
|
||||
title: Background
|
||||
description: Background settings
|
||||
|
||||
+1
-2
@@ -831,8 +831,7 @@ locale.zh = {
|
||||
"choose": "Select feature type",
|
||||
"results": "{n} results for {search}",
|
||||
"reference": "View on OpenStreetMap Wiki →",
|
||||
"back_tooltip": "Change feature type",
|
||||
"show_additional": "Show additional fields"
|
||||
"back_tooltip": "Change feature type"
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
"note": {
|
||||
"key": "note",
|
||||
"type": "textarea",
|
||||
"icon": "note",
|
||||
"universal": true
|
||||
},
|
||||
"office": {
|
||||
|
||||
Reference in New Issue
Block a user