Ignore:
Timestamp:
08/18/12 11:38:55 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the Hungarian translations of the new tooltips and the shortcuts for the newly editable fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/flight.py

    r304 r309  
    10131013
    10141014        label = gtk.Label(xstr("payload_crew"))
     1015        label.set_use_underline(True)
    10151016        label.set_alignment(0.0, 0.5)
    10161017        table.attach(label, 0, 1, 0, 1)
     
    10241025       
    10251026        label = gtk.Label(xstr("payload_pax"))
     1027        label.set_use_underline(True)
    10261028        label.set_alignment(0.0, 0.5)
    10271029        table.attach(label, 0, 1, 1, 2)
     
    10351037       
    10361038        label = gtk.Label(xstr("payload_bag"))
     1039        label.set_use_underline(True)
    10371040        label.set_alignment(0.0, 0.5)
    10381041        table.attach(label, 0, 1, 2, 3)
     
    10621065       
    10631066        label = gtk.Label(xstr("payload_mail"))
     1067        label.set_use_underline(True)
    10641068        label.set_alignment(0.0, 0.5)
    10651069        table.attach(label, 0, 1, 4, 5)
Note: See TracChangeset for help on using the changeset viewer.