WiiPane: Trim automatic SD sync checkbox string

This commit is contained in:
OatmealDome 2022-07-16 04:00:26 -04:00
parent 1da24f66fe
commit 60aaa308bf
1 changed files with 3 additions and 2 deletions

View File

@ -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;