From 1f34f20ac8bb236f5d4214a6d9e7cfeb6d590893 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 9 Feb 2022 02:24:07 +0100 Subject: [PATCH] Rewording of 'add new': drop the 'here' --- langs/en.json | 8 ++++---- langs/nl.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/langs/en.json b/langs/en.json index 579b00934..7a2bc1bd0 100644 --- a/langs/en.json +++ b/langs/en.json @@ -104,16 +104,16 @@ "addNewMapLabel": "Click here to add a new item", "disableFiltersExplanation": "Some features might be hidden by a filter", "disableFilters": "Disable all filters", - "addNew": "Add a new {category} here", + "addNew": "Add a new {category}", "presetInfo": "The new POI will have {tags}", "warnVisibleForEveryone": "Your addition will be visible for everyone", "title": "Add a new point?", "intro": "You clicked somewhere where no data is known yet.
", - "pleaseLogin": "Please log in to add a new point", + "pleaseLogin": "Please log in to add a new point", "zoomInFurther": "Zoom in further to add a point.", "stillLoading": "The data is still loading. Please wait a bit before you add a new point.", - "confirmIntro": "

Add a {title} here?

The point you create here will be visible for everyone. Please, only add things on to the map if they truly exist. A lot of applications use this data.", - "confirmButton": "Add a {category} here.
Your addition is visible for everyone
", + "confirmIntro": "

Add a {title}?

The point you create here will be visible for everyone. Please, only add things on to the map if they truly exist. A lot of applications use this data.", + "confirmButton": "Add a {category}
Your addition is visible for everyone
", "openLayerControl": "Open the layer control box", "layerNotEnabled": "The layer {layer} is not enabled. Enable this layer to add a point", "hasBeenImported": "This point has already been imported", diff --git a/langs/nl.json b/langs/nl.json index c1e5a51a2..65ab7e877 100644 --- a/langs/nl.json +++ b/langs/nl.json @@ -51,11 +51,11 @@ "addNew": "Voeg hier een {category} toe", "title": "Nieuw punt toevoegen?", "intro": "Kies hieronder welk punt je wilt toevoegen
", - "pleaseLogin": "Gelieve je aan te melden om een punt to te voegen", + "pleaseLogin": "Gelieve je aan te melden om een punt to te voegen", "zoomInFurther": "Gelieve verder in te zoomen om een punt toe te voegen.", "stillLoading": "De data worden nog geladen. Nog even geduld en dan kan je een punt toevoegen.", - "confirmIntro": "

Voeg hier een {title} toe?

Het punt dat je hier toevoegt, is zichtbaar voor iedereen. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.", - "confirmButton": "Voeg hier een {category} toe
Je toevoeging is voor iedereen zichtbaar
", + "confirmIntro": "

Voeg een {title} toe?

Het punt dat je hier toevoegt, is zichtbaar voor iedereen. Veel applicaties gebruiken deze data, voeg dus enkel punten toe die echt bestaan.", + "confirmButton": "Voeg een {category} toe
Je toevoeging is voor iedereen zichtbaar
", "openLayerControl": "Open de laag-instellingen", "layerNotEnabled": "De laag {layer} is gedeactiveerd. Activeer deze om een punt toe te voegen", "presetInfo": "Het nieuwe object krijgt de attributen {tags}",