1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Use the more common map type name (also used by MOBAC)

This commit is contained in:
Martin Tůma 2019-03-03 21:21:24 +01:00
parent d2f10aca7c
commit 3c3fb43993

View File

@ -123,7 +123,7 @@ QString MapList::formats()
+ tr("OziExplorer maps") + " (*.map);;"
+ tr("TrekBuddy maps/atlases") + " (*.tar *.tba);;"
+ tr("GeoTIFF images") + " (*.tif *.tiff);;"
+ tr("RMap maps") + " (*.rmap);;"
+ tr("TwoNav maps") + " (*.rmap);;"
+ tr("Online map sources") + " (*.xml)";
}