mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Tweak Qt debugger strings to be more translation friendly
This commit is contained in:
parent
6a002a4938
commit
04b9310bb6
5 changed files with 43 additions and 37 deletions
|
@ -83,14 +83,9 @@ void RegisterColumn::SetValue()
|
|||
}
|
||||
|
||||
if (!valid)
|
||||
{
|
||||
QMessageBox::critical(nullptr, QObject::tr("Invalid input"),
|
||||
QObject::tr("Bad input for field"));
|
||||
}
|
||||
QMessageBox::critical(nullptr, QObject::tr("Error"), QObject::tr("Invalid input provided"));
|
||||
else
|
||||
{
|
||||
m_set_register(value);
|
||||
}
|
||||
|
||||
RefreshValue();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue