Merge pull request #6159 from JosJuice/consistent-gui-strings

Make GUI strings more consistent
This commit is contained in:
Leo Lam 2017-11-03 14:18:54 +01:00 committed by GitHub
commit 53f0974372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 24 additions and 23 deletions

View file

@ -302,7 +302,7 @@ void FilesystemWidget::CheckIntegrity(const DiscIO::Partition& partition)
if (is_valid.get())
QMessageBox::information(nullptr, tr("Success"),
tr("Integrity check completed. No errors have been found"));
tr("Integrity check completed. No errors have been found."));
else
QMessageBox::critical(nullptr, tr("Error"),
tr("Integrity check for partition failed. The disc image is most "