From a426729ac2776a1808470ed4cf9a037d22c0a6a3 Mon Sep 17 00:00:00 2001 From: Marcus Lundblad Date: Mon, 20 Mar 2023 21:17:39 +0100 Subject: osmEditDialog: Change "takeaway" to "takeout" Use the term "takeout", as this is more common in American English. --- src/osmEditDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")], -- cgit v1.2.1