From 1d8f323a27e556297df91ef316603f4aa8504aa7 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 17 May 2011 13:55:51 -0400 Subject: [PATCH] cc-2235: help says right-click to add playlist to show -fixed -also renamed "Add Audio" to "Add Media" --- airtime_mvc/application/views/scripts/dashboard/help.phtml | 4 ++-- 1 file 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 7a5b0d4f8..107337ab2 100644 --- a/airtime_mvc/application/views/scripts/dashboard/help.phtml +++ b/airtime_mvc/application/views/scripts/dashboard/help.phtml @@ -4,10 +4,10 @@

Here's how you can get started using Airtime to automate your broadcasts:

    -
  1. Add your files to the library using the "Add Audio" button. You can drag and drop your files to this window too.
  2. +
  3. Add your files to the library using the "Add Media" button. You can drag and drop your files to this window too.
  4. Create a playlist in the Playlist Builder menu using your audio files.
  5. Create a show by going to "Calendar" in the menu bar, and then clicking the "+ Show" icon. This can be either a one-time or repeating show. Only admins can add shows.
  6. -
  7. Add the playlist to the show by going to your show in the Schedule calendar, right-clicking on it and selecting "Add Content."
  8. +
  9. Add the playlist to the show by going to your show in the Schedule calendar, left-clicking on it and selecting "Add Content."
  10. Select your playlist and drag and drop it to the "Items in this show" area.

Then you're good to go!