mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00:00
Update locale/en.js
- as this apparently uses american english, change "Cancelled" -> "Canceled" - remove extra space (yay)
This commit is contained in:
@@ -51,7 +51,7 @@ locale.en = {
|
||||
}
|
||||
},
|
||||
cancel_draw: {
|
||||
annotation: "Cancelled drawing."
|
||||
annotation: "Canceled drawing."
|
||||
},
|
||||
change_tags: {
|
||||
annotation: "Changed tags."
|
||||
@@ -158,7 +158,7 @@ locale.en = {
|
||||
browser_notice: "This editor is supported in Firefox, Chrome, Safari, Opera, and Internet Explorer 9 and above. Please upgrade your browser or use Potlatch 2 to edit the map.",
|
||||
|
||||
inspector: {
|
||||
no_documentation_combination: "There is no documentation available for this tag combination",
|
||||
no_documentation_combination: "There is no documentation available for this tag combination",
|
||||
no_documentation_key: "There is no documentation available for this key",
|
||||
new_tag: "New Tag"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user