From f6234ec90d7aa835acd49f04bcce135e6a136940 Mon Sep 17 00:00:00 2001 From: Palana Date: Tue, 12 May 2015 21:36:19 +0200 Subject: [PATCH] UI: Fix push-to-* localization strings being swapped --- obs/window-basic-main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obs/window-basic-main.cpp b/obs/window-basic-main.cpp index ed4e838e6..21e29b32b 100644 --- a/obs/window-basic-main.cpp +++ b/obs/window-basic-main.cpp @@ -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"));