PrinterContext.st
branchjv
changeset 4213 8127ef0ff47d
parent 4132 7e5528572373
--- a/PrinterContext.st	Mon Jul 02 08:46:01 2018 +0200
+++ b/PrinterContext.st	Wed Nov 14 12:13:31 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
  COPYRIGHT (c) 2016 Jan Vrany
@@ -461,7 +463,7 @@
 
     linesPerPage > headerLines size
 	ifFalse:
-	  [Dialog information: 'Der Dokumentenkopf ist zu groß; wird ignoriert!!'.
+	  [Dialog information: 'Der Dokumentenkopf ist zu groß; wird ignoriert!!'.
 	   headerLines := #().
 	  ]
 	ifTrue: [linesPerPage := linesPerPage - headerLines size].