1
0
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:
2017-01-24 18:23:56 +01:00
parent 0356917790
commit ae2765528d
3 changed files with 13 additions and 13 deletions

View File

@ -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