mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Make DolphinQt2 netplay strings more like in DolphinWX
This commit is contained in:
@ -91,7 +91,7 @@ void MD5Dialog::SetResult(int pid, const std::string& result)
|
||||
|
||||
if (m_hashes.size() > 1)
|
||||
{
|
||||
wxString label = AllHashesMatch() ? _("Hashes match!") : _("Hashes do not match.");
|
||||
wxString label = AllHashesMatch() ? _("The hashes match!") : _("The hashes do not match!");
|
||||
m_final_result_label->SetLabel(label);
|
||||
}
|
||||
Layout();
|
||||
|
Reference in New Issue
Block a user