UI: Fix push-to-* localization strings being swapped

master
Palana 2015-05-12 21:36:19 +02:00
parent e044fcfaaa
commit f6234ec90d
1 changed files with 1 additions and 1 deletions

View File

@ -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"));