Ignore:
Timestamp:
10/21/12 05:45:43 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The ACARS text is converted to latin-2, and normal round parentheses are used instead of square brackets (#135)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r324 r326  
    473473        """Get the message for the given NAV radio setting."""
    474474        message = u"%s frequency: %s MHz" % (logName, frequency)
    475         if obs is not None: message += u" [%d\u00b0]" % (obs,)
     475        if obs is not None: message += u" (%d\u00b0)" % (obs,)
    476476        return message
    477477   
Note: See TracChangeset for help on using the changeset viewer.