Merge pull request #7752 from 8times9/text-tweaks

Qt: Minor text tweaks
This commit is contained in:
Anthony
2019-02-07 10:21:00 -08:00
committed by GitHub
9 changed files with 122 additions and 127 deletions

View File

@ -520,7 +520,7 @@ void MenuBar::InstallUpdateManually()
{
QMessageBox::information(
this, tr("Update"),
tr("You are running the latest version available on this update track"));
tr("You are running the latest version available on this update track."));
}
track = previous_value;