Fix system tray warning not being translated
Some checks failed
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill 2025-07-16 21:31:02 +02:00 committed by WarmUpTill
parent 12a6b26d9a
commit bf7fe71ae3

View File

@ -76,8 +76,8 @@ MacroActionSystrayEdit::MacroActionSystrayEdit(
_message(new VariableLineEdit(this)),
_title(new VariableLineEdit(this)),
_iconPath(new FileSelection()),
_trayDisableWarning(
new QLabel("AdvSceneSwitcher.action.systray.disabled"))
_trayDisableWarning(new QLabel(
obs_module_text("AdvSceneSwitcher.action.systray.disabled")))
{
_iconPath->setToolTip(
obs_module_text("AdvSceneSwitcher.action.systray.iconHint"));