mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
UI: Fix push-to-* localization strings being swapped
This commit is contained in:
@@ -730,7 +730,7 @@ void OBSBasic::InitHotkeys()
|
||||
obs_hotkeys_set_translations(&t);
|
||||
|
||||
obs_hotkeys_set_audio_hotkeys_translations(Str("Mute"), Str("Unmute"),
|
||||
Str("Push-to-talk"), Str("Push-to-mute"));
|
||||
Str("Push-to-mute"), Str("Push-to-talk"));
|
||||
|
||||
obs_hotkeys_set_sceneitem_hotkeys_translations(
|
||||
Str("SceneItemShow"), Str("SceneItemHide"));
|
||||
|
||||
Reference in New Issue
Block a user