mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Use 'en-us' "Color"
This commit is contained in:
+1
-1
@@ -323,7 +323,7 @@ en:
|
||||
label: Collection Times
|
||||
colour:
|
||||
# colour=*
|
||||
label: Colour
|
||||
label: Color
|
||||
comment:
|
||||
# comment=*
|
||||
label: Changeset Comment
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"clothes": {"key": "clothes", "type": "semiCombo", "label": "Clothes"},
|
||||
"club": {"key": "club", "type": "typeCombo", "label": "Type"},
|
||||
"collection_times": {"key": "collection_times", "type": "text", "label": "Collection Times"},
|
||||
"colour": {"key": "colour", "type": "text", "label": "Colour"},
|
||||
"colour": {"key": "colour", "type": "text", "label": "Color"},
|
||||
"comment": {"key": "comment", "type": "textarea", "label": "Changeset Comment", "placeholder": "Brief description of your contributions (required)"},
|
||||
"communication_multi": {"key": "communication:", "type": "multiCombo", "label": "Communication Types"},
|
||||
"construction": {"key": "construction", "type": "combo", "label": "Type"},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "colour",
|
||||
"type": "text",
|
||||
"label": "Colour"
|
||||
"label": "Color"
|
||||
}
|
||||
|
||||
+1
-1
@@ -6689,7 +6689,7 @@
|
||||
{"key": "castle_type", "description": "Type"},
|
||||
{"key": "clothes", "description": "Clothes"},
|
||||
{"key": "collection_times", "description": "Collection Times"},
|
||||
{"key": "colour", "description": "Colour"},
|
||||
{"key": "colour", "description": "Color"},
|
||||
{"key": "comment", "description": "Changeset Comment"},
|
||||
{"key": "communication:", "description": "Communication Types"},
|
||||
{"key": "construction", "description": "Type"},
|
||||
|
||||
Reference in New Issue
Block a user