Some titles were too long

This commit is contained in:
eried 2020-06-28 21:42:19 +02:00
parent 9096532eee
commit 5677b0faf1
3 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ public:
void update(const AircraftRecentEntry& entry);
std::string title() const override { return "Aircraft details"; };
std::string title() const override { return "Details"; };
private:
AircraftRecentEntry entry_copy { 0 };