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

@@ -1295,9 +1295,9 @@ align 4
;--------------------------------------
align 4
@@:
; DEBUGF 1, "K : SHIT HAPPENS: %x %x \n", ecx,ebx
; DEBUGF 1, "K : ERRORS HAPPEN: %x %x \n", ecx,ebx
pop ebx
jmp .sh ; SORRY! SHIT HAPPENS!
jmp .sh ; SORRY! ERRORS HAPPEN!
;--------------------------------------
align 4
.ok:

View File

@@ -367,7 +367,7 @@ put_image_end_16_new:
; check mouse area for putpixel
call check_mouse_area_for_putpixel_new.1
cmp ecx, -1 ; SHIT HAPPENS?
cmp ecx, -1 ; MISTAKES HAPPEN?
jne .no_mouse_area
mov ecx, [esp]
@@ -504,7 +504,7 @@ put_image_end_24_new:
; check mouse area for putpixel
call check_mouse_area_for_putpixel_new.1
cmp ecx, -1 ; SHIT HAPPENS?
cmp ecx, -1 ; MISTAKES HAPPEN?
jne .no_mouse_area
mov ecx, [esp]