mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-23 08:29:47 +00:00
i18n: Add comments
This commit is contained in:
parent
fce5f7c74e
commit
e38fd1d26a
2 changed files with 6 additions and 0 deletions
|
@ -95,8 +95,10 @@ void AdvancedPane::CreateLayout()
|
|||
main_layout->addWidget(timing_group);
|
||||
auto* timing_group_layout = new QVBoxLayout{timing_group};
|
||||
auto* const correct_time_drift =
|
||||
// i18n: Correct is a verb
|
||||
new ConfigBool{tr("Correct Time Drift"), Config::MAIN_CORRECT_TIME_DRIFT};
|
||||
correct_time_drift->SetDescription(
|
||||
// i18n: Internet play refers to services like Wiimmfi, not the NetPlay feature in Dolphin
|
||||
tr("Allow the emulated console to run fast after stutters,"
|
||||
"<br>pursuing accurate overall elapsed time unless paused or speed-adjusted."
|
||||
"<br><br>This may be useful for internet play."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue