From 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 13 Dec 2006 02:17:24 -0500
Subject: [PATCH] Changed 'junk' label in French localization

---
 program/js/tiny_mce/plugins/spellchecker/config.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/tiny_mce/plugins/spellchecker/config.php b/program/js/tiny_mce/plugins/spellchecker/config.php
index 5b0f3d5..f008d11 100644
--- a/program/js/tiny_mce/plugins/spellchecker/config.php
+++ b/program/js/tiny_mce/plugins/spellchecker/config.php
@@ -7,7 +7,7 @@
 	// require_once("classes/TinyPspell.class.php"); // Internal PHP version
 
 	// General settings
-	$spellCheckerConfig['enabled'] = false;
+	$spellCheckerConfig['enabled'] = true;
 
 	// Default settings
 	$spellCheckerConfig['default.language'] = 'en';

--
Gitblit v1.9.1