--- a/src/Tools/jEdit/src/spell_checker.scala Tue Apr 15 00:23:15 2014 +0200
+++ b/src/Tools/jEdit/src/spell_checker.scala Tue Apr 15 10:44:38 2014 +0200
@@ -206,9 +206,7 @@
} yield Spell_Checker.Decl(word, upd.include)).toList
if (!permanent_decls.isEmpty || dictionary.user_path.is_file) {
- val header =
- "# Permanent updates for spell-checker dictionary " + quote(dictionary.lang) +
-"""
+ val header = """# User updates for spell-checker dictionary
#
# * each line contains at most one word
# * extra blanks are ignored