mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
TSX instruction tooltip typo
Should be "CPU" instead of "cpu"
This commit is contained in:
parent
cea975f6a6
commit
d782abb3fd
@ -229,7 +229,7 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
|
||||
{
|
||||
ui->enableTSX->setEnabled(false);
|
||||
ui->enableTSX->addItem(tr("Not supported"));
|
||||
SubscribeTooltip(ui->enableTSX, tr("Unfortunately your cpu model does not support this instruction set."));
|
||||
SubscribeTooltip(ui->enableTSX, tr("Unfortunately your CPU model does not support this instruction set."));
|
||||
}
|
||||
|
||||
// PPU tool tips
|
||||
|
Loading…
Reference in New Issue
Block a user