Ignore:
Timestamp:
05/11/17 18:31:35 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The OK button of the PIREP editor is renamed Save (re #307).

File:
1 edited

Legend:

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

    r847 r848  
    720720        self.add_button(xstr("button_cancel"), RESPONSETYPE_CANCEL)
    721721
    722         self._okButton = self.add_button(xstr("button_ok"), RESPONSETYPE_OK)
     722        self._okButton = self.add_button(xstr("button_save"), RESPONSETYPE_OK)
    723723        self._okButton.set_can_default(True)
    724724
Note: See TracChangeset for help on using the changeset viewer.