Changeset 195:2e20c3d2ad37


Ignore:
Timestamp:
05/20/12 12:28:49 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed some spelling problems

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TODO

    r194 r195  
    11- Make the windows non-resizable.
    2 
    3 - The "Entrance Exam" checkbox should be called "Entrance exam".
    42
    53- The PIREP constructor should get the flight object as its argument
     
    1210- A lamp-like icon for the connection status,
    1311
    14 - Information Messages (e. g. flight status -> flight stage)
    15 
    16 - NOGO Messages -> NO-GO Messages
    17 
    1812- Checklist editor: fix the problems with moving files when selecting
    1913   not consecutive files.
  • doc/manual/en/index.html

    r194 r195  
    719719    e.g., the flight stage, the end of an audio checklist, etc.</li>
    720720    <li><b>Fault Messages</b>: messages about the non-NO GO faults the program detects.</li>
    721     <li><b>NO-GO Fault Messages</b>: messages about the NO GO faults the program detects</li>
     721    <li><b>NO GO Fault Messages</b>: messages about the NO GO faults the program detects</li>
    722722    <li><b>Gate System Messages</b>: messages related to the Online
    723723    Gate System. For example, when you have landed at Ferihegy, it can display
  • src/mlx/i18n.py

    r191 r195  
    225225                 "is stored as text, and anybody who can access your files will "
    226226                 "be able to read it.")
    227         self.add("login_entranceExam", "_Entrance Exam")
     227        self.add("login_entranceExam", "_Entrance exam")
    228228        self.add("login_entranceExam_tooltip",
    229229                 "Check this to log in to take your entrance exam.")
     
    769769        self.add("prefs_msgs_type_loggerError", "Logger _Error Messages")
    770770        self.add("prefs_msgs_type_information",
    771                  "_Information Messages\n(e.g. flight status)")
     771                 "_Information Messages\n(e.g. flight stage)")
    772772        self.add("prefs_msgs_type_fault",
    773773                 "_Fault Messages\n(e.g. strobe light fault)")
    774774        self.add("prefs_msgs_type_nogo",
    775                  "_NOGO Fault messages\n(e.g. MTOW NOGO)")
     775                 "_NO GO Fault messages\n(e.g. MTOW NO GO)")
    776776        self.add("prefs_msgs_type_gateSystem",
    777777                 "Ga_te System Messages\n(e.g. available gates)")
     
    14851485                 "Hi_baüzenetek\n(pl. a villogó fény hiba)")
    14861486        self.add("prefs_msgs_type_nogo",
    1487                  "_NOGO hibaüzenetek\n(pl. MTOW NOGO)")
     1487                 "_NO GO hibaüzenetek\n(pl. MTOW NO GO)")
    14881488        self.add("prefs_msgs_type_gateSystem",
    14891489                 "_Kapukezelő rendszer üzenetei\n(pl. a szabad kapuk listája)")
Note: See TracChangeset for help on using the changeset viewer.