mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
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
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:
parent
12a6b26d9a
commit
bf7fe71ae3
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user