1
0
Fork 0

Use current "getstart" URL

Two affected places:
  - the built-in launcher (command line options link);
  - package/org.flightgear.FlightGear.metainfo.in.

The previous link points to an old version of the manual.
This commit is contained in:
Florent Rougon 2022-01-08 11:50:10 +01:00
parent 179b751bf5
commit b191f0a57d
2 changed files with 8 additions and 3 deletions

View file

@ -42,9 +42,9 @@ SentUpstream: 2014-09-17
<url type="homepage">https://www.flightgear.org/</url> <url type="homepage">https://www.flightgear.org/</url>
<url type="bugtracker">https://sourceforge.net/p/flightgear/codetickets/</url> <url type="bugtracker">https://sourceforge.net/p/flightgear/codetickets/</url>
<url type="donation">https://store.flightgear.org/</url> <url type="donation">https://store.flightgear.org/</url>
<url type="help">http://flightgear.sourceforge.net/getstart-en/getstart-en.html</url> <url type="help">http://flightgear.sourceforge.net/manual/next/en/getstart-en.html</url>
<url type="translate">http://wiki.flightgear.org/Howto:Translate_FlightGear</url> <url type="translate">http://wiki.flightgear.org/Howto:Translate_FlightGear</url>
<releases> <releases>
<release version="@FLIGHTGEAR_VERSION@" date="@FG_CMAKE_TIMESTAMP@" /> <release version="@FLIGHTGEAR_VERSION@" date="@FG_CMAKE_TIMESTAMP@" />
</releases> </releases>
</component> </component>

View file

@ -20,8 +20,13 @@ SettingControl {
SettingDescription { SettingDescription {
id: description id: description
enabled: root.enabled enabled: root.enabled
/*: The getstart manual has translations. For languages listed in
$ALL_LANGUAGES at <https://sourceforge.net/p/flightgear/getstart/ci/next/tree/bin/makegetstart.sh>,
replace *both* occurrences of en in the URL with the
appropriate language code from $ALL_LANGUAGES. And please test
the modified URL before validating the translation. :-) */
text: qsTr("Enter additional command-line arguments if any are required. " + text: qsTr("Enter additional command-line arguments if any are required. " +
"See <a href=\"http://flightgear.sourceforge.net/getstart-en/getstart-enpa2.html#x5-450004.5\">documentation</a> " + "See <a href=\"http://flightgear.sourceforge.net/manual/next/en/getstart-ench4.html#x8-330004.4\">documentation</a> " +
"for possible arguments. " + "for possible arguments. " +
"<br>" + "<br>" +
"<b>Warning:</b> values entered here always override other settings; see the " + "<b>Warning:</b> values entered here always override other settings; see the " +