diff --git a/src/gui.cpp b/src/gui.cpp index ebc02610..bf18fb07 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -617,17 +617,25 @@ void GUI::dataSources() msgBox.setWindowTitle(tr("Data sources")); msgBox.setText("

" + tr("Data sources") + "

"); msgBox.setInformativeText( - "

" + tr("Map sources") + "

" - + tr("Map (tiles) source URLs are read on program startup from the " + "

" + tr("Online maps") + "

" + + tr("Online map URLs are read on program startup from the " "following file:") - + "

" + USER_MAP_FILE + "

" - + tr("The file format is one map entry per line, consisting of the map " - "name and tiles URL delimited by a TAB character. The tile X and Y " - "coordinates are replaced with $x and $y in the URL and the zoom " - "level is replaced with $z. An example map file could look like:") - + "

Map1 http://tile.server.com/map/$z/$x/$y.png" + + "

" + USER_MAP_FILE + "

" + + tr("The file format is one map entry per line, consisting of the map " + "name and tiles URL delimited by a TAB character. The tile X and Y " + "coordinates are replaced with $x and $y in the URL and the zoom " + "level is replaced with $z. An example map file could look like:") + + "

Map1 http://tile.server.com/map/$z/$x/$y.png" "
Map2 http://mapserver.org/map/$z-$x-$y

" + + "

" + tr("Ofline maps") + "

" + + tr("Offline maps are loaded on program startup from the following " + "directory:") + + "

" + USER_MAP_DIR + "

" + + tr("The expected structure is one map/atlas in a separate subdirectory." + " Supported map formats are OziMap image-based maps and tiled TrekBuddy" + " maps/atlases (tared and non-tared).") + "

" + + "

" + tr("POIs") + "

" + tr("To make GPXSee load a POI file automatically on startup, add " "the file to the following directory:")