From 395d25158f5c02496d41b2a4a7efedc749758bcf Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 10 Oct 2012 16:26:32 +0100 Subject: [PATCH] CC-4545: Fix tooltip for Auto Switch On feature --- airtime_mvc/public/js/airtime/preferences/streamsetting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/preferences/streamsetting.js b/airtime_mvc/public/js/airtime/preferences/streamsetting.js index 45e91eed0..35f7b373e 100644 --- a/airtime_mvc/public/js/airtime/preferences/streamsetting.js +++ b/airtime_mvc/public/js/airtime/preferences/streamsetting.js @@ -313,7 +313,7 @@ $(document).ready(function() { $("#auto_switch_help").qtip({ content: { - text: "Check this box to automatically switch on Master/Show source upon source disconnection." + text: "Check this box to automatically switch on Master/Show source upon source connection." }, hide: { delay: 500,