mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Merge pull request #12963 from JosJuice/i18n-2024-07-28
i18n: Add comments and improve source strings
This commit is contained in:
commit
e736d611fc
15 changed files with 84 additions and 79 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue