Fix EN typos

- Corrections for en_US language.
- Some whitespace sanitation.

git-svn-id: svn://kolibrios.org@10068 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2024-05-30 20:45:33 +00:00
parent ae43d8f454
commit 09cb62069d
9 changed files with 47 additions and 47 deletions

View File

@@ -64,7 +64,7 @@ shape_window:
mcall
mov eax,50 ; give the shape scale 32 x 32 -> 128 x 128
mov ebx,1 ; you dont have to give this, scale is 1:1 by default
mov ebx,1 ; you don't have to give this, scale is 1:1 by default
mov ecx,2
mcall

View File

@@ -116,7 +116,7 @@ still: ; wait here for event
draw_window_main:
mov eax,12 ; function 12:tell os about windowdraw
mov eax,12 ; function 12: tell os about windowdraw
mov ebx,1 ; 1, start of draw
mcall
@@ -185,7 +185,7 @@ text:
db ' '
db ' OPEN CHOOSE BOX '
db 'x <- END MARKER, DONT DELETE '
db 'x <- END MARKER, DO NOT DELETE '
labelt:
db 'EXAMPLE APPLICATION'

View File

@@ -229,7 +229,7 @@ draw_window:
mov edi,title ; WINDOW LABEL
mcall
mov eax,9
mov ebx,process_info
mov ecx,-1
@@ -387,7 +387,7 @@ text:
db ' '
db ' '
db 'RECEIVED: POP '
db 'x' ; <- END MARKER, DONT DELETE
db 'x' ; <- END MARKER, DO NOT DELETE
title db 'IPC - START AT LEAST 2',0