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

Localization cleanup

This commit is contained in:
2024-02-29 10:32:35 +01:00
parent ab25233af1
commit 0fad1a14d7
20 changed files with 2547 additions and 2623 deletions

View File

@ -74,7 +74,7 @@ QWidget *OptionsDialog::createMapPage()
"vector maps (IMG, Mapsforge and ENC maps). The projection must be valid "
"for the whole map area."));
_hidpi = new QRadioButton(tr("High-resolution"));
_hidpi = new QRadioButton(tr("High-Resolution"));
_lodpi = new QRadioButton(tr("Standard"));
if (_options.hidpiMap)
_hidpi->setChecked(true);