forked from KolibriOS/kolibrios
Fix small typos
- Fix typos for locale comments.
This commit is contained in:
parent
f23bb705b7
commit
de090c12cc
@ -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
|
||||
|
@ -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 --->
|
||||
|
Loading…
Reference in New Issue
Block a user