Showing 2 changed files with 2 additions and 2 deletions
+1 -1
Nasal/display.nas
... ...
@@ -872,7 +872,7 @@ var displayClass = {
872 872
                 .setColor(1,1,1);
873 873
         }
874 874
         if (contains(arg[0], 'refresh')) {
875
-            # rafraichi une seule ligne NAV1/COMM1 ou NAV2/COMM2
875
+            # refresh only one line: NAV1/COMM1 or NAV2/COMM2
876 876
             var fmt = (arg[0]._r == 'nav') ? '%.2f' : '%.3f';
877 877
             me.screenElements[arg[0]._r ~ arg[0].refresh ~ '-selected-freq']
878 878
                 .setText(sprintf(fmt, getprop('/instrumentation/'
+1 -1
README.md
... ...
@@ -68,7 +68,7 @@ Please report bug at <seb.marque@free.fr>.
68 68
     * softkeys colorized when active
69 69
     * alerts with white backgroud and black text available
70 70
 * ![][90%]
71
-  * Radio stack, including ID for NAV (bug: NAV1 ID isn't displayed ![][pause])
71
+  * Radio stack, including ID for NAV (bug: NAV1 ID isn't displayed ![][paused])
72 72
   * Bearing needs some checks to be sure it shows the correct information
73 73
   * CDI ![][ongoing], lacks information about the scale
74 74
   * XPDR: emergency code depending of the country (eg.: 1200 for US, 7700 for Europe), should be set in settings