From d1a22fe7cac22e0973caa47d73c8a859f89f16f4 Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 15 Nov 2012 11:30:56 -0500 Subject: [PATCH] CC-4677: Improve Smart block repeat description -fixed --- airtime_mvc/public/js/airtime/playlist/smart_blockbuilder.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/js/airtime/playlist/smart_blockbuilder.js b/airtime_mvc/public/js/airtime/playlist/smart_blockbuilder.js index 94f40b4a8..1621e86da 100644 --- a/airtime_mvc/public/js/airtime/playlist/smart_blockbuilder.js +++ b/airtime_mvc/public/js/airtime/playlist/smart_blockbuilder.js @@ -402,8 +402,9 @@ function setupUI() { $(".repeat_tracks_help_icon").qtip({ content: { - text: "If your criteria is too strict, Airtime may not be able to fill up the desired smart block length." + - " Hence, if you check this option, tracks will be used more than once." + text: "The desired block length will not be reached if Airtime cannot find " + + "enough unique tracks to match your criteria. Enable this option if you wish to allow " + + "tracks to be added multiple times to the smart block." }, hide: { delay: 500,