Index: swftools.admin.inc
===================================================================
RCS file: /cvs/drupal/contributions/modules/swftools/swftools.admin.inc,v
retrieving revision 1.4.2.3
diff -u -p -r1.4.2.3 swftools.admin.inc
--- swftools.admin.inc	18 Apr 2009 23:30:52 -0000	1.4.2.3
+++ swftools.admin.inc	24 Sep 2009 10:58:03 -0000
@@ -68,7 +68,7 @@ function swftools_admin_embed_form() {
     '#description' => t('Choose the method that will be used for Flash replacement. JavaScript methods
                          require supporting JavaScript files to be downloaded and added to an appropriate
                          sub-directory of <em>%default</em>. Direct embedding is built in to SWF Tools.',
-                         array('%default' => t(drupal_get_path('module', 'swftools') . '/shared'))
+                         array('%default' => $player_directory)
                        ),
   );
 
