# HG changeset patch # User wenzelm # Date 1397551478 -7200 # Node ID 9ccbac38bcad1159a59b8e7727243df5c27b55da # Parent c49607db182a21aea812e040f4a154fb1989739a tuned; diff -r c49607db182a -r 9ccbac38bcad src/Tools/jEdit/src/spell_checker.scala --- 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