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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user