Fix small typos

- Fix typos for locale comments.
This commit is contained in:
Andrew 2024-06-12 22:21:26 +01:00
parent f23bb705b7
commit de090c12cc
2 changed files with 3 additions and 2 deletions

View File

@ -32,11 +32,12 @@ include 'develop/libraries/libs-dev/libio/libio.inc'
align 4
open_b rb 560
; Language support for locales: ru_RU (CP866), en_US.
txt_err_img_file:
if lang eq ru_RU
db 'Žè¨¡ª  N'
.n: db '* ¯à¨ ®âªàë⨨ ä ©«  '
else ; Default ot en_US
else ; Default to en_US
db 'Error N'
.n: db '*. Can',39,'t open file '
end if

View File

@ -12,7 +12,7 @@
; original author: barsuk
; <--- include all MeOS stuff --->
include "lang.inc" ; Language support for locales: ru_RU, en_US.
include "lang.inc" ; Language support for locales: ru_RU (CP866), en_US.
include "../../../macros.inc"
; <--- start of MenuetOS application --->