diff --git a/includes/ooyala.pages.inc b/includes/ooyala.pages.inc
index e978668..e7b2850 100644
--- a/includes/ooyala.pages.inc
+++ b/includes/ooyala.pages.inc
@@ -162,7 +162,7 @@
     $steps = array(
       t('If you haven\'t yet, you need to <a target="_blank" href="http://www.ooyala.com/free_trial">create an Ooyala account</a>. After you have an account, you need to sign-in to the <a target="_blank" href="https://backlot.ooyala.com/backlot/web">Ooyala admin interface (Backlot)</a>.'),
       t('Once logged in to Backlot, click on the "Account" tab. Then click on the "Developers" tab. Enter the following into "API Ping URL":') . '<br /><strong>' . url('ooyala/ping', array('absolute' => TRUE)) . '</strong><br />' . t('Note that your site must be publicly accessible from the internet for this step to work. If your site is not publicly available, some features of the Ooyala module will not work (auto-publishing), while other features will work but be delayed until cron jobs (thumbnail and attribute retreival).'),
-      t('On that same page, there are two values for "Partner Code" And "Secret Code". Copy and paste these values from Backlot into the fields below.'),
+      t('On that same page, there are two values for "API Key" And "API Secret". Copy and paste these values from Backlot into the fields below.'),
       t('The Ooyala module is very dependent upon cron jobs, ensure that "Cron maintenance tasks" is set up properly on your site by checking your <a href="!url">site status report</a>.', array('!url' => url('admin/reports/status'))),
     );
     $help .= theme('item_list', array('items' => $steps, 'title' => NULL, 'type' => 'ol'));