mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-20 11:04:56 +00:00
GeneralPane: Update "Beta" auto update track to "Releases"
This commit is contained in:
parent
c536754ffe
commit
f8f117e599
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void GeneralPane::CreateAutoUpdate()
|
||||||
auto_update_group_layout->addRow(tr("&Auto Update:"), m_combobox_update_track);
|
auto_update_group_layout->addRow(tr("&Auto Update:"), m_combobox_update_track);
|
||||||
|
|
||||||
for (const QString& option :
|
for (const QString& option :
|
||||||
{tr("Don't Update"), tr("Beta (once a month)"), tr("Dev (multiple times a day)")})
|
{tr("Don't Update"), tr("Releases (every few months)"), tr("Dev (multiple times a day)")})
|
||||||
m_combobox_update_track->addItem(option);
|
m_combobox_update_track->addItem(option);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue