File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -315,19 +315,19 @@ end
315315dt .preferences .register (" geoJSON_export" ,
316316 " CreateMapBoxHTMLFile" ,
317317 " bool" ,
318- _ ( " geoJSON export: Create an additional HTML file" ),
318+ " geoJSON export: " .. _ ( " Create an additional HTML file" ),
319319 _ (" creates an HTML file that loads the geoJSON file. (needs a MapBox key" ),
320320 false )
321321dt .preferences .register (" geoJSON_export" ,
322322 " mapBoxKey" ,
323323 " string" ,
324- _ ( " geoJSON export: MapBox key" ),
324+ " geoJSON export: MapBox " .. _ ( " key" ),
325325 " https://www.mapbox.com/studio/account/tokens" ,
326326 ' ' )
327327dt .preferences .register (" geoJSON_export" ,
328328 " OpengeoJSONFile" ,
329329 " bool" ,
330- _ ( " geoJSON export: open geoJSON file after export" ),
330+ " geoJSON export: " .. _ ( " open geoJSON file after export" ),
331331 _ (" opens the geoJSON file after the export with the standard program for geoJSON files" ),
332332 false )
333333
You can’t perform that action at this time.
0 commit comments