mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Qt: Minor text tweaks
This commit is contained in:
parent
4cd5667319
commit
d45dad7bf7
9 changed files with 122 additions and 127 deletions
|
@ -188,7 +188,7 @@ void GameCubePane::OnConfigPressed(int slot)
|
|||
{
|
||||
bool ok;
|
||||
const auto new_mac = QInputDialog::getText(
|
||||
this, tr("Broadband adapter MAC address"), tr("Enter new broadband adapter MAC address:"),
|
||||
this, tr("Broadband Adapter MAC address"), tr("Enter new Broadband Adapter MAC address:"),
|
||||
QLineEdit::Normal, QString::fromStdString(SConfig::GetInstance().m_bba_mac), &ok);
|
||||
if (ok)
|
||||
SConfig::GetInstance().m_bba_mac = new_mac.toStdString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue