diff code_part1/OSTC_code_asm_part1/simulator.asm @ 445:6e57b5bb98ce

localisation part 1 from Sergei
author heinrichsweikamp
date Thu, 11 Aug 2011 20:01:55 +0200
parents 9cec10e64077
children 154b1d1c489e
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/simulator.asm	Thu Aug 11 13:30:29 2011 +0200
+++ b/code_part1/OSTC_code_asm_part1/simulator.asm	Thu Aug 11 20:01:55 2011 +0200
@@ -224,7 +224,7 @@
         cpfslt  sim_CNS
         call    PLED_warnings_color     ; Yes: draw in red !
 
-        STRCPY  "CNS:"
+        STRCPY  TXT_CNS4
         movff   char_O_CNS_fraction,lo  ; Current CNS, before dive.
         output_8
         STRCAT  "%\x92"                 ; Right-arrow
@@ -236,7 +236,7 @@
 
 simulator_decoplan_cns_1:
         call    PLED_warnings_color     ; Yes: draw in red !
-        STRCPY_PRINT    "CNS > 250%"
+        STRCPY_PRINT    TXT_CNSGR10
 
 simulator_decoplan_cns_2:
         call    PLED_standard_color     ; Back to normal.