You are here

constant SWFTOOLS_STATUS_DESCRIPTION in SWF Tools 6.2

1 use of SWFTOOLS_STATUS_DESCRIPTION
_swftools_status_players in ./swftools.admin.status.inc
Generate a status report for the player modules and media defaults Called from swftools_status() and returns markup

File

./swftools.admin.status.inc, line 4

Code

define('SWFTOOLS_STATUS_DESCRIPTION', t('The specified player no longer appears to be available. Check the <a href="@modules">modules page</a> to ensure that the necessary module is enabled, or choose a different player on the <a href="@handling">file handling</a> page.', array(
  '@modules' => url('admin/build/modules'),
  '@handling' => url('admin/settings/swftools/handling'),
)));