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

@@ -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'