Skip to content

Commit

Permalink
Update Librarian.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Nov 22, 2024
1 parent 6b67fbc commit 75ebbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Librarian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ auto Librarian::getStringFromRessource(const QString &name) -> QString
if (name == u":text/whatsnew.html"_s)
{
QString result;
result += "<p>" + tr("<strong>Enroute Flight Navigation</strong> now computes the density altitude from METAR data.") + " "
result += "<p>" + tr("<strong>Enroute Flight Navigation</strong> now computes the density altitude from METAR data and shows warnings when density altitude affects aircraft performance.") + " "
+ tr("We thank Christian Engelhardt and Tom Linz for the implementation!") + "</p>";

result += "<p>" + tr("As requested by our users, <strong>Enroute Flight Navigation</strong> is now able to import flight routes in FPL and PLN formats.") + " "
Expand Down

0 comments on commit 75ebbfc

Please sign in to comment.