summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@dfupdate.se>2023-03-20 21:17:39 +0100
committerMarcus Lundblad <ml@dfupdate.se>2023-03-20 22:38:33 +0100
commita426729ac2776a1808470ed4cf9a037d22c0a6a3 (patch)
tree3be092b94a8c6f1d07766dcf8f5c5b5f68a9c78e
parenta875b8c797c7892a059cafe916527839db0f1861 (diff)
downloadgnome-maps-a426729ac2776a1808470ed4cf9a037d22c0a6a3.tar.gz
osmEditDialog: Change "takeaway" to "takeout"wip/mlundblad/takeout-rewording
Use the term "takeout", as this is more common in American English.
-rw-r--r--src/osmEditDialog.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmEditDialog.js b/src/osmEditDialog.js
index 82912aa3..b5e2ea50 100644
--- a/src/osmEditDialog.js
+++ b/src/osmEditDialog.js
@@ -192,7 +192,7 @@ const OSM_FIELDS = [
['service', _("Service")]]
},
{
- name: _("Takeaway"),
+ name: _("Takeout"),
tag: 'takeaway',
type: EditFieldType.COMBO,
options: [['yes', _("Yes")],