From 9b850c7be1fb97b7521de404f8f8a8f3ffdb51e5 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 10 Feb 2015 22:28:56 -0800 Subject: [PATCH] mac-syphon: Name plugin "Game Capture (Syphon)" People were getting a bit confused over what the "Syphon" source was, and often wouldn't use it because they didn't know what it was for. --- plugins/mac-syphon/data/locale/en-US.ini | 1 + plugins/mac-syphon/syphon.m | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/mac-syphon/data/locale/en-US.ini b/plugins/mac-syphon/data/locale/en-US.ini index ef60bc619..607eb5d5a 100644 --- a/plugins/mac-syphon/data/locale/en-US.ini +++ b/plugins/mac-syphon/data/locale/en-US.ini @@ -1,3 +1,4 @@ +Syphon="Game Capture (Syphon)" Source="Source" LaunchSyphonInject="Launch SyphonInject" Inject="Inject" diff --git a/plugins/mac-syphon/syphon.m b/plugins/mac-syphon/syphon.m index 8b513c08b..f91209597 100644 --- a/plugins/mac-syphon/syphon.m +++ b/plugins/mac-syphon/syphon.m @@ -91,7 +91,7 @@ static inline void handle_application_launch(syphon_t s, NSArray *new) static const char *syphon_get_name() { - return "Syphon"; + return obs_module_text("Syphon"); } static void stop_client(syphon_t s)