Minor string changes

Co-authored-by: isaak654 <isaak654@users.noreply.github.com>
This commit is contained in:
Dyras 2022-07-20 10:43:24 +02:00 committed by GitHub
parent 84331eb32e
commit fb2ed70062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@
<item row="8" column="1" colspan="2">
<widget class="QCheckBox" name="chkMonitorSize">
<property name="text">
<string>Count and display the disk space ocupied by each sandbox</string>
<string>Count and display the disk space occupied by each sandbox</string>
</property>
</widget>
</item>
@ -409,7 +409,7 @@
<item row="10" column="2" colspan="2">
<widget class="QLabel" name="label_11">
<property name="text">
<string>* indetermined means depanding on the view mode</string>
<string>* a partially checked checkbox will leave the behavior to be determined by the view mode.</string>
</property>
</widget>
</item>

View File

@ -367,7 +367,7 @@ void CSandMan::CreateMenus(bool bAdvanced)
if(bAdvanced) {
m_pDisableRecovery = m_pMenuFile->addAction(tr("Disable File Recovery"));
m_pDisableRecovery->setCheckable(true);
m_pDisableMessages = m_pMenuFile->addAction(tr("Disable Message PopUp"));
m_pDisableMessages = m_pMenuFile->addAction(tr("Disable Message Popup"));
m_pDisableMessages->setCheckable(true);
}
else {
@ -485,7 +485,7 @@ void CSandMan::CreateOldMenus()
//m_pDisableRecovery = m_pMenuFile->addAction(tr("Disable File Recovery"));
//m_pDisableRecovery->setCheckable(true);
m_pDisableRecovery = NULL;
//m_pDisableMessages = m_pMenuFile->addAction(tr("Disable Message PopUp"));
//m_pDisableMessages = m_pMenuFile->addAction(tr("Disable Message Popup"));
//m_pDisableMessages->setCheckable(true);
m_pDisableMessages = NULL;
m_pMenuFile->addSeparator();