From c83a3c75b1682e637c4fcda25e8caa1482b69054 Mon Sep 17 00:00:00 2001 From: Romain Louis Date: Fri, 21 Sep 2007 05:55:15 +0000 Subject: [PATCH] Explicitation of the swf file which seem like pdf file git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.0@42422 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/AssetTableField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AssetTableField.php b/code/AssetTableField.php index 667ffbc5f6..32f581bfaa 100755 --- a/code/AssetTableField.php +++ b/code/AssetTableField.php @@ -105,7 +105,7 @@ function DetailForm() { new TextField( "PopupWidth", "Popup Width" ), new TextField( "PopupHeight", "Popup Height" ), new HeaderField( 'SWF File Options' ), - new CheckboxField( 'Embed', 'Force Embeding' ), + new CheckboxField( 'Embed', 'Is A Flash Document' ), new CheckboxField( 'LimitDimensions', 'Limit The Dimensions In The Popup Window' ) ) );