diff --git a/lang/gpxsee_cs.ts b/lang/gpxsee_cs.ts index f3b09cd0..2ac5cda2 100644 --- a/lang/gpxsee_cs.ts +++ b/lang/gpxsee_cs.ts @@ -282,7 +282,7 @@ Show POI labels - Zobrazovat názvy POI + Zobrazit názvy POI @@ -329,7 +329,7 @@ Show graphs - Zobrazovat grafy + Zobrazit grafy @@ -431,6 +431,11 @@ Previous map Předchozí mapa + + + No files loaded + Nejsou načteny žádné soubory + GPX files (*.gpx) @@ -467,11 +472,6 @@ Routes Trasy - - - No GPX files loaded - Nejsou načteny žádné GPX soubory - %n files diff --git a/lang/gpxsee_sv.ts b/lang/gpxsee_sv.ts index 2afdc453..77459758 100644 --- a/lang/gpxsee_sv.ts +++ b/lang/gpxsee_sv.ts @@ -431,6 +431,11 @@ Previous map Föregående karta + + + No files loaded + + %n files @@ -475,11 +480,6 @@ Routes Rutter - - - No GPX files loaded - Inga GPX-filer inlästa - Next file diff --git a/src/gui.cpp b/src/gui.cpp index 21c1c26f..8567d936 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -1057,7 +1057,7 @@ void GUI::clearMapCache() void GUI::updateStatusBarInfo() { if (_files.count() == 0) - _fileNameLabel->setText(tr("No GPX files loaded")); + _fileNameLabel->setText(tr("No files loaded")); else if (_files.count() == 1) _fileNameLabel->setText(_files.at(0)); else