Skip to content

Commit

Permalink
resource manager: change language button text from updated to up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstrema authored and vpereverzev committed Oct 20, 2020
1 parent 2bdcdd4 commit e912608
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mscore/resourceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void ResourceManager::displayLanguages()
bool verifyTours = verifyLanguageFile(filenameTours, hashTours);

if (verifyMScore && verifyInstruments && verifyTours) { // compare local file with distant hash
temp->setText(tr("Updated"));
temp->setText(tr("Up to date"));
temp->setDisabled(1);
}
else {
Expand Down Expand Up @@ -459,4 +459,3 @@ void ResourceManager::hideEvent(QHideEvent* event)
}

}

0 comments on commit e912608

Please sign in to comment.