Make DolphinQt2 netplay strings more like in DolphinWX

This commit is contained in:
JosJuice
2017-08-10 11:36:45 +02:00
parent 1584aec228
commit e806928071
4 changed files with 4 additions and 4 deletions

View File

@ -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();