From 54d741972ab69df627ad0623be3e70e7439bf44a Mon Sep 17 00:00:00 2001
From: Martin Konecny
Date: Sun, 3 Jun 2012 22:51:23 -0400
Subject: [PATCH] CC-3903: Help -> Getting Started: the link "user manual" is
different from the menu item "Help -> User Manual"
-fixed
---
airtime_mvc/application/views/scripts/dashboard/help.phtml | 2 +-
airtime_mvc/public/js/airtime/preferences/streamsetting.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/airtime_mvc/application/views/scripts/dashboard/help.phtml b/airtime_mvc/application/views/scripts/dashboard/help.phtml
index 32737c9a1..0bbefe3ed 100644
--- a/airtime_mvc/application/views/scripts/dashboard/help.phtml
+++ b/airtime_mvc/application/views/scripts/dashboard/help.phtml
@@ -11,6 +11,6 @@
Select your playlist and drag and drop it to the "Items in this show" area.
Then you're good to go!
-For more detailed help, read the user manual.
+For more detailed help, read the user manual.
diff --git a/airtime_mvc/public/js/airtime/preferences/streamsetting.js b/airtime_mvc/public/js/airtime/preferences/streamsetting.js
index 20cd2d943..001866f8d 100644
--- a/airtime_mvc/public/js/airtime/preferences/streamsetting.js
+++ b/airtime_mvc/public/js/airtime/preferences/streamsetting.js
@@ -239,7 +239,7 @@ $(document).ready(function() {
// qtip for help text
$(".override_help_icon").qtip({
content: {
- text: "If Airtime is behind a router or firewall, you may need to configure port forwarding and this field information will be incorrect. In this case you will need to manually update this field so it shows the correct host/port/mount that your DJ's need to connect to. The allowed range is between 1024 and 49151. For more detail, please read the Airtime manual."
+ text: "If Airtime is behind a router or firewall, you may need to configure port forwarding and this field information will be incorrect. In this case you will need to manually update this field so it shows the correct host/port/mount that your DJ's need to connect to. The allowed range is between 1024 and 49151. For more detail, please read the Airtime manual."
},
hide: {
delay: 500,