1
0
Fork 0

Change "click here" links into links telling what you click

This commit is contained in:
PlayeRom 2021-07-30 01:23:47 +02:00 committed by James Turner
parent 073784fa03
commit 622ae7d329

View file

@ -21,11 +21,11 @@ SettingControl {
id: description
enabled: root.enabled
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\">here</a> " +
"for documentation on possible arguments. " +
"See <a href=\"http://flightgear.sourceforge.net/getstart-en/getstart-enpa2.html#x5-450004.5\">documentation</a> " +
"for possible arguments. " +
"<br>" +
"<b>Warning:</b> values entered here always override other settings; <a href=\"#view-command-line\">click here</a> " +
"to view the final set of arguments that will be used"
"<b>Warning:</b> values entered here always override other settings; see the " +
"<a href=\"#view-command-line\">final set of arguments</a> that will be used."
);
onLinkActivated: {