mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #12963 from JosJuice/i18n-2024-07-28
i18n: Add comments and improve source strings
This commit is contained in:
@ -197,8 +197,12 @@ void GeneralPane::CreateAutoUpdate()
|
||||
auto_update_group_layout->addRow(tr("&Auto Update:"), m_combobox_update_track);
|
||||
|
||||
for (const QString& option :
|
||||
{tr("Don't Update"), tr("Releases (every few months)"), tr("Dev (multiple times a day)")})
|
||||
{tr("Don't Update"),
|
||||
// i18n: Releases is a noun.
|
||||
tr("Releases (every few months)"), tr("Dev (multiple times a day)")})
|
||||
{
|
||||
m_combobox_update_track->addItem(option);
|
||||
}
|
||||
}
|
||||
|
||||
void GeneralPane::CreateFallbackRegion()
|
||||
|
Reference in New Issue
Block a user