mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-28 03:59:15 +02:00
Localization update
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user