CC-4205: Smart Playlist Builder: Change text on button mouseovers

-changed generate success msg
This commit is contained in:
denise 2012-08-21 10:46:25 -04:00
parent c60198722d
commit 025656be1c
2 changed files with 2 additions and 2 deletions

View file

@ -458,7 +458,7 @@ function callback(data, type) {
if (type == 'shuffle') {
form.find('.success').text('Smart block shuffled');
} else if (type == 'generate') {
form.find('.success').text('Smart block generated and saved');
form.find('.success').text('Smart block generated and criteria saved');
//redraw library table so the length gets updated
dt.fnStandingRedraw();
}