Index: flowplayer.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/flowplayer/Attic/flowplayer.admin.inc,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 flowplayer.admin.inc
--- flowplayer.admin.inc	10 Nov 2009 17:18:16 -0000	1.1.2.4
+++ flowplayer.admin.inc	8 Feb 2010 20:41:31 -0000
@@ -14,7 +14,12 @@
   $form['flowplayer_key'] = array(
     '#type' => 'textfield',
     '#title' => t('License Key'),
-    '#description' => t('The optional <a href="!commercial">commercial license key</a> associated with your Flowplayer account.', array('!commercial' => 'http://flowplayer.org/documentation/commercial.html')),
+    '#description' => t('The Flowplayer logo can be removed from the player by purchasing a <a href="!commercial">commercial license key</a> that is valid for this domain and replacing <code>!swf</code> with the downloaded commercial version.', 
+      array(
+        '!commercial' => 'http://flowplayer.org/documentation/commercial.html',
+        '!swf' => drupal_get_path('module', 'flowplayer') .'/flowplayer/flowplayer.swf',
+      )
+    ),
     '#default_value' => variable_get('flowplayer_key', ''),
   );

