Explorar o código

* nicer spelling

florian %!s(int64=4) %!d(string=hai) anos
pai
achega
c7c8e2e008
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      compiler/comphook.pas

+ 3 - 3
compiler/comphook.pas

@@ -66,9 +66,9 @@ const
   warningstr    : string[8] = 'Warning:';
   notestr       : string[5] = 'Note:';
   hintstr       : string[5] = 'Hint:';
-  warningerrorstr    : string[29] = 'Warning: (treated as Error:)';
-  noteerrorstr       : string[27] = 'Note: (treated as Error:)';
-  hinterrorstr       : string[27] = 'Hint: (treated as Error:)';
+  warningerrorstr    : string[29] = 'Warning: (treated as error)';
+  noteerrorstr       : string[27] = 'Note: (treated as error)';
+  hinterrorstr       : string[27] = 'Hint: (treated as error)';
 type
   PCompilerStatus = ^TCompilerStatus;
   TCompilerStatus = record