diff --git a/plugin/static/lang/english.php b/plugin/static/lang/english.php index 6ee967fc00..dc0f8c4355 100644 --- a/plugin/static/lang/english.php +++ b/plugin/static/lang/english.php @@ -8,8 +8,6 @@ $strings['plugin_title'] = "Static"; $strings['plugin_comment'] = "Display static html content."; - -$strings['content'] = "Content"; $strings['block_title'] = "Block title"; //$strings['title'] = "Title"; \ No newline at end of file diff --git a/plugin/static/lang/french.php b/plugin/static/lang/french.php index 4d57ed2a28..aaa26b8321 100644 --- a/plugin/static/lang/french.php +++ b/plugin/static/lang/french.php @@ -8,6 +8,4 @@ $strings['plugin_title'] = "Statique"; $strings['plugin_comment'] = "Affiche du contenu html."; - -$strings['content'] = "Contenu"; $strings['block_title'] = "Titre du bloc";