1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Localization update

This commit is contained in:
2024-02-27 21:55:13 +01:00
parent 69c4e6d2dc
commit f0d5a32dca
20 changed files with 3814 additions and 3472 deletions

View File

@ -1985,7 +1985,7 @@ void GUI::downloadDEM(const RectC &rect)
tr("DEM tiles download limit exceeded. If you really need data for "
"such a huge area, download the files manually."));
else if (cnt < DEM_DOWNLOAD_WARNING || QMessageBox::question(this, APP_NAME,
tr("Download %1 DEM tiles?").arg(cnt)) == QMessageBox::Yes) {
tr("Download %n DEM tiles?", "", cnt)) == QMessageBox::Yes) {
_demRects.append(rect);
if (!_dem->loadTiles(rect) && _demRects.size() == 1)
demLoaded();