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
commit 2987e8313a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;