Fix tooltip not being translated

This commit is contained in:
WarmUpTill
2023-08-28 21:57:27 +02:00
committed by WarmUpTill
parent f5024621c0
commit 4f3bd699c8

View File

@@ -302,7 +302,8 @@ void TwitchCategorySearchButton::SetToken(
setToolTip(obs_module_text(
"AdvSceneSwitcher.action.twitch.categorySelectionDisabled"));
} else {
setToolTip("AdvSceneSwitcher.twitchCategories.manualSearch");
setToolTip(obs_module_text(
"AdvSceneSwitcher.twitchCategories.manualSearch"));
}
}