Browse Source

* Translated debugging output string to English language ;)

sg 23 years ago
parent
commit
4284eca5a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/extra/opengl/examples/glutdemo.pp

+ 1 - 1
packages/extra/opengl/examples/glutdemo.pp

@@ -124,7 +124,7 @@ begin
   glLoadIdentity;
   glLoadIdentity;
   glTranslatef(0, 0, -5.5);
   glTranslatef(0, 0, -5.5);
 
 
-  WriteLn('Starte...');
+  WriteLn('Starting...');
   glutMainLoop;
   glutMainLoop;
 
 
 end.
 end.