diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index 2e7b1d04b..55f071027 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -666,7 +666,7 @@ endp if lang eq ru_RU - engineering_str db "Инженерный режим" + engineering_str cp866 "Инженерный режим" engineering_len = 16 else if lang eq es_ES @@ -675,7 +675,7 @@ else if lang eq es_ES engineering_len = 16 else - engineering_str cp866 "Engineering calc" + engineering_str db "Engineering calc" engineering_len = 16 endf