WiiPane: Trim automatic SD sync checkbox string
This commit is contained in:
parent
1da24f66fe
commit
60aaa308bf
|
@ -193,8 +193,9 @@ void WiiPane::CreateSDCard()
|
||||||
++row;
|
++row;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_sync_sd_folder_checkbox =
|
m_sync_sd_folder_checkbox = new QCheckBox(tr("Automatically Sync with Folder"));
|
||||||
new QCheckBox(tr("Automatically sync with Folder on emulation start and end"));
|
m_sync_sd_folder_checkbox->setToolTip(
|
||||||
|
tr("Synchronizes the SD Card with the SD Sync Folder when starting and ending emulation."));
|
||||||
sd_settings_group_layout->addWidget(m_sync_sd_folder_checkbox, row, 0, 1, 2);
|
sd_settings_group_layout->addWidget(m_sync_sd_folder_checkbox, row, 0, 1, 2);
|
||||||
++row;
|
++row;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue