Update NewBoxWizard.cpp

This commit is contained in:
offhub 2024-03-31 21:16:53 +03:00
parent f4a9353740
commit 4eaf107c53
No known key found for this signature in database
GPG Key ID: 7B12A8941851DA59
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ CAdvancedPage::CAdvancedPage(QWidget *parent)
QString SharedTemplateTip0 = tr("This option does not add any settings to the box configuration and does not remove the default box settings based on the removal settings within the template.");
QString SharedTemplateTip1 = tr("This option adds the shared template to the box configuration as a local template and may also remove the default box settings based on the removal settings within the template.");
QString SharedTemplateTip2 = tr("This opiton adds the settings from the shared template to the box configuration and may also remove the default box settings based on the removal settings within the template.");
QString SharedTemplateTip2 = tr("This option adds the settings from the shared template to the box configuration and may also remove the default box settings based on the removal settings within the template.");
QString SharedTemplateTip3 = tr("This option does not add any settings to the box configuration, but may remove the default box settings based on the removal settings within the template.");
QComboBox* pSharedTemplate = new QComboBox();
pSharedTemplate->addItem(tr("Disabled"));