mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Fix "Remove" translation in radio field (fixes #1317)
This commit is contained in:
@@ -161,6 +161,7 @@ en:
|
||||
results: "{n} results for {search}"
|
||||
reference: View on OpenStreetMap Wiki
|
||||
back_tooltip: Change feature type
|
||||
remove: Remove
|
||||
background:
|
||||
title: Background
|
||||
description: Background settings
|
||||
|
||||
+2
-1
@@ -4273,7 +4273,8 @@ locale.en = {
|
||||
"choose": "Select feature type",
|
||||
"results": "{n} results for {search}",
|
||||
"reference": "View on OpenStreetMap Wiki",
|
||||
"back_tooltip": "Change feature type"
|
||||
"back_tooltip": "Change feature type",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
|
||||
+3
-3
@@ -198,7 +198,8 @@ locale.en = {
|
||||
"choose": "Select feature type",
|
||||
"results": "{n} results for {search}",
|
||||
"reference": "View on OpenStreetMap Wiki",
|
||||
"back_tooltip": "Change feature type"
|
||||
"back_tooltip": "Change feature type",
|
||||
"remove": "Remove"
|
||||
},
|
||||
"background": {
|
||||
"title": "Background",
|
||||
@@ -566,8 +567,7 @@ locale.en = {
|
||||
"bridge": "Bridge",
|
||||
"tunnel": "Tunnel",
|
||||
"embankment": "Embankment",
|
||||
"cutting": "Cutting",
|
||||
"remove": "Remove"
|
||||
"cutting": "Cutting"
|
||||
}
|
||||
},
|
||||
"supervised": {
|
||||
|
||||
@@ -182,7 +182,6 @@ en:
|
||||
tunnel: Tunnel
|
||||
embankment: Embankment
|
||||
cutting: Cutting
|
||||
remove: Remove
|
||||
supervised:
|
||||
label: Supervised
|
||||
surface:
|
||||
|
||||
@@ -451,8 +451,7 @@
|
||||
"bridge": "Bridge",
|
||||
"tunnel": "Tunnel",
|
||||
"embankment": "Embankment",
|
||||
"cutting": "Cutting",
|
||||
"remove": "Remove"
|
||||
"cutting": "Cutting"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
"bridge": "Bridge",
|
||||
"tunnel": "Tunnel",
|
||||
"embankment": "Embankment",
|
||||
"cutting": "Cutting",
|
||||
"remove": "Remove"
|
||||
"cutting": "Cutting"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user