From 82effc512c18439960d43a90051ffc8fd637567c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 21 Dec 2010 11:24:48 -0800 Subject: [PATCH] Other default lang files favour "any more" rather than favoring "anymore", so changing this one for consistency. Signed-off-by: Rich Trott --- .../lang/en.utf8/blocktype.internalmedia.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/htdocs/artefact/file/blocktype/internalmedia/lang/en.utf8/blocktype.internalmedia.php b/htdocs/artefact/file/blocktype/internalmedia/lang/en.utf8/blocktype.internalmedia.php index 6b91b3a..4e7a5fd 100644 --- a/htdocs/artefact/file/blocktype/internalmedia/lang/en.utf8/blocktype.internalmedia.php +++ b/htdocs/artefact/file/blocktype/internalmedia/lang/en.utf8/blocktype.internalmedia.php @@ -34,5 +34,5 @@ $string['media'] = 'Media'; $string['flashanimation'] = 'Flash animation'; $string['typeremoved'] = 'This block points to a media type that has been disallowed by the administrator'; -$string['configdesc'] = 'Configure which file types users can embed into this block. If you disable a filetype that has already been used in a block, it will not be rendered anymore'; +$string['configdesc'] = 'Configure which file types users can embed into this block. If you disable a filetype that has already been used in a block, it will not be rendered any more'; ?> -- 1.7.2.2