Skip to content

Commit c65e070

Browse files
committed
contrib/geoJSON - don't translate the module name
1 parent 05c57c0 commit c65e070

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

contrib/geoJSON_export.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,19 +315,19 @@ end
315315
dt.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 )
321321
dt.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
'' )
327327
dt.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

0 commit comments

Comments
 (0)