diff --git a/src/loc/en_US.json b/src/loc/en_US.json index 5268780e5..101a8e61b 100644 --- a/src/loc/en_US.json +++ b/src/loc/en_US.json @@ -105,6 +105,16 @@ "drawSquare": "Square", "drawCircle": "Circle", "drawFreehand": "Freehand" + }, + "bookmarks": { + "title": "Bookmarks", + "close": "Close", + "bookmarkLabel": "Bookmark for" + }, + "externalurl": { + "tooltipText": "Display the map in an external map service", + "noUrl": "No URL is specified in the configuration", + "linkTooltipText": "Open link" } }, "style": { @@ -146,15 +156,5 @@ "pointTypeSquare": "Square", "pointTypeMarker": "Marker" } - }, - "bookmarks": { - "title": "Bookmarks", - "close": "Close", - "bookmarkLabel": "Bookmark for" - }, - "externalurl": { - "tooltipText": "Display the map in an external map service", - "noUrl": "No URL is specified in the configuration", - "linkTooltipText": "Open link" } -} \ No newline at end of file +}