Cleanup locale

This commit is contained in:
WarmUpTill
2024-09-13 20:15:56 +02:00
committed by WarmUpTill
parent f5eadfa39c
commit 1aa2425e81
17 changed files with 78 additions and 78 deletions

View File

@@ -872,7 +872,7 @@ void AdvSceneSwitcher::SetupGeneralTab()
DurationSelection *noMatchDelay = new DurationSelection();
noMatchDelay->SetDuration(switcher->noMatchDelay);
noMatchDelay->setToolTip(obs_module_text(
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMetDelayTooltip"));
"AdvSceneSwitcher.generalTab.generalBehavior.onNoMatchDelay.tooltip"));
ui->noMatchLayout->addWidget(noMatchDelay);
QWidget::connect(noMatchDelay,
SIGNAL(DurationChanged(const Duration &)), this,