Ignore:
Timestamp:
05/27/12 11:15:19 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added support for smoothed IAS and VS values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r195 r197  
    662662                 "If this is checked, the logger will take into account, "
    663663                 "that you are using the FS2Crew addon.")
     664        self.add("prefs_iasSmoothingEnabled",
     665                 "Enable the smoothing of _IAS over ")
     666        self.add("prefs_iasSmoothingEnabledTooltip",
     667                 "If enabled, the IAS value will be averaged over the "
     668                 "given number of seconds, and in some checks "
     669                 "this averaged value will be considered.")
     670        self.add("prefs_vsSmoothingEnabled",
     671                 "Enable the smoothing of _VS over ")
     672        self.add("prefs_vsSmoothingEnabledTooltip",
     673                 "If enabled, the VS value will be averaged over the "
     674                 "given number of seconds, and in some checks "
     675                 "this averaged value will be considered.")
     676        self.add("prefs_smoothing_seconds", "sec.")
    664677        self.add("prefs_pirepDirectory",
    665678                 "_PIREP directory:")
Note: See TracChangeset for help on using the changeset viewer.