Fix small typos
- Fix typos for locale comments.
This commit is contained in:
@@ -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 '<27>訡<EFBFBD><E8A8A1> N'
|
||||
.n: db '* <20><><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD>⨨ 䠩<><E4A0A9> '
|
||||
else ; Default ot en_US
|
||||
else ; Default to en_US
|
||||
db 'Error N'
|
||||
.n: db '*. Can',39,'t open file '
|
||||
end if
|
||||
|
@@ -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 --->
|
||||
|
Reference in New Issue
Block a user