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

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