mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Make GUI strings more consistent
Most of the changes I've made here were because of small differences between DolphinWX and DolphinQt2.
This commit is contained in:
parent
e29cd19f73
commit
d454e041b0
11 changed files with 24 additions and 23 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue