mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Updated obsolete strings
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user