1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-28 03:59:15 +02:00

Localization update

This commit is contained in:
2020-12-03 00:10:24 +01:00
parent 9e70a1ffbb
commit acd09400be
16 changed files with 3661 additions and 3093 deletions

View File

@ -1494,7 +1494,7 @@ void GUI::mapLoaded()
void GUI::loadMapDir()
{
QString dir = QFileDialog::getExistingDirectory(this,
tr("Select maps directory"), _mapDir, QFileDialog::ShowDirsOnly);
tr("Select map directory"), _mapDir, QFileDialog::ShowDirsOnly);
if (dir.isEmpty())
return;