From b458c53be475f08467f3d3a95686329cc3eecc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 13 Feb 2021 10:19:17 +0100 Subject: [PATCH] sqlite -> SQLite --- src/map/maplist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/maplist.cpp b/src/map/maplist.cpp index d02279a4..80f7d365 100644 --- a/src/map/maplist.cpp +++ b/src/map/maplist.cpp @@ -110,7 +110,7 @@ QString MapList::formats() + qApp->translate("MapList", "OziExplorer maps") + " (*.map);;" + qApp->translate("MapList", "MBTiles maps") + " (*.mbtiles);;" + qApp->translate("MapList", "TwoNav maps") + " (*.rmap *.rtmap);;" - + qApp->translate("MapList", "Locus/OsmAnd/RMaps sqlite maps") + + qApp->translate("MapList", "Locus/OsmAnd/RMaps SQLite maps") + " (*.sqlitedb);;" + qApp->translate("MapList", "TrekBuddy maps/atlases") + " (*.tar *.tba);;" + qApp->translate("MapList", "GeoTIFF images") + " (*.tif *.tiff);;"