mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #6159 from JosJuice/consistent-gui-strings
Make GUI strings more consistent
This commit is contained in:
@ -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 "
|
||||
|
Reference in New Issue
Block a user