mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
TSX instruction tooltip typo
Should be "CPU" instead of "cpu"
This commit is contained in:
parent
cea975f6a6
commit
d782abb3fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue