programs: Fix post-SVN tidying
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 23s
Build system / Build (pull_request) Successful in 4m31s

- Fix translation and typos. Thanks to feedback from @Sweetbread.
This commit is contained in:
2025-05-19 18:42:43 +01:00
parent e2b9593a24
commit 9f1237f278

View File

@@ -4,8 +4,8 @@
; Text encoded as Code Page 866 - Cyrillic
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Dmitry Ivanovich Mendeleyev's
;; Periodic Table of Chemical Elements for KolibriOS
;; Dmitry Ivanovich Mendeleyev
;; Authors:
;; navanax [violetlab+rambler.ru]
;; Johnny_B [john+kolibrios.org]
@@ -104,7 +104,7 @@ draw_window:
text_in_window:
mov eax,4 ;text output
mov ecx,0x80000000 ; asciz, color !!!
mov ecx,0x80000000 ; asciiz, color !!!
mov ebx,40*65536+200 ;lanthanide
mov edx,Lantanoid_text
@@ -624,7 +624,7 @@ draw_text:
add ebx,15
mcall
mov ecx,0x80000000 ; asciz, color !!!
mov ecx,0x80000000 ; asciiz, color !!!
; 5 output density [optmzd-mem]
mov edi,Plotnost
call out_asciiz_item
@@ -644,7 +644,7 @@ draw_text:
add ebx,15
mcall
mov ecx,0x80000000 ;asciz, color !!!
mov ecx,0x80000000 ;asciiz, color !!!
; 8 output melting point [optmzd-mem]
mov edi,T_plavl
call out_asciiz_item