Ignore:
Timestamp:
06/04/12 11:39:30 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the PIREP viewer tabs for the comments and the log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/i18n.py

    r220 r221  
    878878        self.add("pirepView_title", "PIREP viewer")
    879879
     880        self.add("pirepView_tab_data", "_Data")
     881        self.add("pirepView_tab_data_tooltip",
     882                 "The main data of the flight.")
     883
    880884        self.add("pirepView_frame_flight", "Flight")
    881885        self.add("pirepView_callsign", "Callsign:")
     
    921925        self.add("pirepView_no", "no")
    922926        self.add("pirepView_delayCodes", "Delay codes:")
     927
     928        self.add("pirepView_tab_comments", "_Comments & defects")
     929        self.add("pirepView_tab_comments_tooltip",
     930                 "The comments and the flight defects.")
     931
     932        self.add("pirepView_comments", "Comments")
     933        self.add("pirepView_flightDefects", "Flight defects")
     934
     935        self.add("pirepView_tab_log", "_Log")
     936        self.add("pirepView_tab_log_tooltip", "The flight log.")
    923937
    924938#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.