diff --git a/charts.module b/charts.module index ab51961d193d772577919bae8b6b0616d75e940d..6f7674cc6834cd6f6ac170cb9c0307e0c995de68 100644 --- a/charts.module +++ b/charts.module @@ -162,7 +162,7 @@ function charts_permission() { ), 'access example charts' => array( 'title' => t('Access example charts'), - 'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.'), + 'description' => t('Grants access to the <a href="!url">charts examples</a> page. Use this page for testing chart functionality.', array('!url' => url('charts/examples'))), ), ); }